Hacker News new | ask | show | jobs
by inopinatus 1097 days ago
Surprisingly, -march=native doesn’t always expand to the locally optimal build flags we might expect, particularly with gcc on non-Linux platforms.
1 comments

Oh interesting. Is this one of those things where backwards compatibility eventually got in the way of the intended purpose?