log/config/x86-ext
Andrey Semashev 3e6fee4751 Counter compiler optimizations when checking for SSSE3 and AVX2.
The compiler is able to optimize away most of the instructions that we test,
which results in checking only the compiler support for intrinsics, and not
the assembler capability to translate SSSE3 and AVX2 instructions from assembler
into the actual binary code. This commit forces the compiler to actually emit
instructions in the assembler, which then tests binutils capability to translate
those into binary code.
2019-01-08 00:56:24 +03:00
..
avx2.cpp Counter compiler optimizations when checking for SSSE3 and AVX2. 2019-01-08 00:56:24 +03:00
Jamfile.jam Changed the AVX2 flag for Intel compilers to -xCORE-AVX2. This flag is said to be supported since Intel Compiler 13 and is supposed to be better than -march=core-avx2 since it does not set the target architecture, which may be set by the user. 2016-04-14 19:32:03 +03:00
ssse3.cpp Counter compiler optimizations when checking for SSSE3 and AVX2. 2019-01-08 00:56:24 +03:00