Move code that uses special instruction sets to files that only implement one algorithm and don't include anything other as otherwise the compiler may instantiate functions using these instruction sets. Under some compilers this generates avx-512/avx instructions hidden somewhere in the program.
Move code that uses special instruction sets to files that only implement one algorithm and don't include anything other as otherwise the compiler may instantiate functions using these instruction sets. Under some compilers this generates avx-512/avx instructions hidden somewhere in the program.
Move code that uses special instruction sets to files that only implement one algorithm and don't include anything other as otherwise the compiler may instantiate functions using these instruction sets. Under some compilers this generates avx-512/avx instructions hidden somewhere in the program.