Hacker News new | ask | show | jobs
by BeeOnRope 2804 days ago
You must be thinking about GCC "builtins" because there is no emulation for x86 SIMD intrinsics (ie the things in <immintrin.h>).
1 comments

Oh, indeed I was. Thanks for pointing out my error. I was specifically thinking about POPCNT.