This commit is contained in:
Ryan Oldenburg 2022-07-07 16:22:06 -05:00
parent 8ca1400699
commit 138d88a9bc
3 changed files with 1 additions and 2 deletions

View file

@ -4,8 +4,7 @@ when defined(release):
{.push checks: off.}
when defined(amd64):
import nimsimd/runtimecheck, nimsimd/sse2, runtimechecked/avx,
runtimechecked/avx2
import nimsimd/runtimecheck, nimsimd/sse2, simd/avx, simd/avx2
let
cpuHasAvx* = checkInstructionSets({AVX})