Hacker News new | ask | show | jobs
by vibbix 1293 days ago
I'd imagine a combination of runtime extension checking, and baseline extension support. I.e. when you pass -mavx2 or -march=native to your Cxx compiler, it sets the baseline minimum for what op codes are used.