Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. __builtin_cpu_support("sse4.1"); // Return 128 if 128-bit register allowed
  2. __builtin_cpu_support("sse4.2"); // Return 256 if 256-bit register allowed
  3. __builtin_cpu_support("avx"); // Return 512 if 512-bit register allowed
  4. __builtin_cpu_support("avx2"); // Return 1024 if 1024-bit (!!!) register allowed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement