AVX fix for non-FMA CPU

This commit is contained in:
2016-02-23 14:08:46 +01:00
parent dc2c3ef0ca
commit d9614b5796
3 changed files with 27 additions and 1 deletions

View File

@@ -18,7 +18,6 @@ if(CPU_SSE3_AVAILABLE)
endif(CPU_SSE3_AVAILABLE)
OPTION(USE_AVX "If AVX instruction set should be used." OFF)
OPTION(USE_SSE "If SSE instruction set should be used." OFF)
OPTION(USE_SSE2 "If SSE 2 instruction set should be used." ON)