top | item 41546521

(no title)

makomk | 1 year ago

In theory you should just be able to set -march to the lowest common denominator kind of CPU you expect your code to run on and it'll avoid relying on SSE if appropriate.

discuss

order

dwattttt|1 year ago

An x86_64 toolchain is allowed to assume SSE2 is present, it's mandated by the AMD64 spec.