Closed manodeep closed 8 years ago
There should be a case for instructions sets > AVX, (AVX2, AVX512F) that selects the AVX implementation. Thanks to @lgarrison for catching.
AVX
AVX2
AVX512F
Solution would be to use fallthrough in the switch case.
There should be a case for instructions sets >
AVX
, (AVX2
,AVX512F
) that selects theAVX
implementation. Thanks to @lgarrison for catching.Solution would be to use fallthrough in the switch case.