simpler
This commit is contained in:
parent
83c7527474
commit
902dda2a2e
1 changed files with 1 additions and 5 deletions
|
@ -42,11 +42,7 @@ when allowSimd and defined(amd64):
|
||||||
import simd/sse2, simd/avx, simd/avx2
|
import simd/sse2, simd/avx, simd/avx2
|
||||||
export sse2, avx, avx2
|
export sse2, avx, avx2
|
||||||
|
|
||||||
when defined(pixieNoAvx):
|
when not defined(pixieNoAvx):
|
||||||
const
|
|
||||||
cpuHasAvx* = false
|
|
||||||
cpuHasAvx2* = false
|
|
||||||
else:
|
|
||||||
import nimsimd/runtimecheck
|
import nimsimd/runtimecheck
|
||||||
let
|
let
|
||||||
cpuHasAvx* = checkInstructionSets({AVX})
|
cpuHasAvx* = checkInstructionSets({AVX})
|
||||||
|
|
Loading…
Reference in a new issue