I would like to check if SSE4 or AVX is supported at run time, so that my program can use the instructions specific to the processor without creating a binary file for each processor.
If I could define it at runtime, I could use the interface and switch between different sets of instructions.
source
share