This commit is contained in:
Ryan Oldenburg 2022-06-28 15:16:22 -05:00
parent d80df8f958
commit c244b8cb81
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
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:
import nimsimd/sse2

View file

@ -1,5 +1,5 @@
import blends, bumpy, chroma, common, fenv, images, internal, masks, paints,
strutils, vmath
import blends, bumpy, chroma, common, images, internal, masks, paints, std/fenv,
std/strutils, vmath
when defined(amd64) and allowSimd:
import nimsimd/sse2