Hacker News new | ask | show | jobs
by Asooka 535 days ago
For MSVC you have to add "/Oi", otherwise it is always a function call at lower optimisation levels. Clang and GCC treat it as an intrinsic always, even in debug builds.