software.intel.com/sites/landingpage/IntrinsicsGuide/ The intrinsics guide allows you to search for compiler intrinsics that map to specific instructions. For example, `_mm_popcnt_u64` maps to `POPCNT`. This is useful when writing C code that uses these instructions via intrinsics rather than inline