|
|
|
|
|
by EKLM-ZK88
3049 days ago
|
|
The CPU you compile on will probably not be the CPU your program runs on. If you know what CPU you're running on I guess you can just make assumptions about what features that chip supports, but it's much safer to use something like this to verify at runtime that you support avx or whatever features you need. |
|