Hacker News new | ask | show | jobs
by secondcoming 2086 days ago
Unlikely, intrinsics are CPU, and sometimes CPU model, specific. Compiler builtins will instead use the intrinsic if it's available/suitable or generate equivalent code if it's not.