2 May
2022
2 May
'22
10:23
On Monday 2022-05-02 11:54, Stefan Dirsch wrote:
At least with regards to Mesa the decision to require SSE2 has been an decision by intention. ;-) [...] I think there was another component/tool, which requires SSE2 now? Was it rust? I can't remember.
The rust compiler itself can produce sse2-avoiding code if you invoke it with the right options (-Ctarget-cpu=...). It's just that we need to make it the *default*, and it's unclear where in the package the default value for -Ctarget-cpu is located so that it can be modified appropriately. https://bugzilla.opensuse.org/show_bug.cgi?id=1162283