Y
Hacker News
new
|
ask
|
show
|
jobs
by
makomk
643 days 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.
1 comments
dwattttt
642 days ago
An x86_64 toolchain is allowed to assume SSE2 is present, it's mandated by the AMD64 spec.
link