std/
This commit is contained in:
parent
d80df8f958
commit
c244b8cb81
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
import chroma, flatty/binny, pixie/common, pixie/images, pixie/internal,
|
import chroma, flatty/binny, pixie/common, pixie/images, pixie/internal,
|
||||||
pixie/masks, sequtils, std/decls, strutils
|
pixie/masks, std/decls, std/sequtils, std/strutils
|
||||||
|
|
||||||
when defined(amd64) and allowSimd:
|
when defined(amd64) and allowSimd:
|
||||||
import nimsimd/sse2
|
import nimsimd/sse2
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import blends, bumpy, chroma, common, fenv, images, internal, masks, paints,
|
import blends, bumpy, chroma, common, images, internal, masks, paints, std/fenv,
|
||||||
strutils, vmath
|
std/strutils, vmath
|
||||||
|
|
||||||
when defined(amd64) and allowSimd:
|
when defined(amd64) and allowSimd:
|
||||||
import nimsimd/sse2
|
import nimsimd/sse2
|
||||||
|
|
Loading…
Reference in a new issue