rename
This commit is contained in:
parent
8ca1400699
commit
138d88a9bc
3 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ when defined(release):
|
||||||
{.push checks: off.}
|
{.push checks: off.}
|
||||||
|
|
||||||
when defined(amd64):
|
when defined(amd64):
|
||||||
import nimsimd/runtimecheck, nimsimd/sse2, runtimechecked/avx,
|
import nimsimd/runtimecheck, nimsimd/sse2, simd/avx, simd/avx2
|
||||||
runtimechecked/avx2
|
|
||||||
|
|
||||||
let
|
let
|
||||||
cpuHasAvx* = checkInstructionSets({AVX})
|
cpuHasAvx* = checkInstructionSets({AVX})
|
||||||
|
|
Loading…
Reference in a new issue