Fix spellings to work with --styleCheck:usages

This commit is contained in:
simonkrauter 2023-04-14 15:12:24 -03:00
parent f3e73f722f
commit 61df2e7271
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
import chroma, nimsimd/hassimd, nimsimd/avx
when defined(gcc) or defined(clang):
{.localPassc: "-mavx".}
{.localPassC: "-mavx".}
when defined(release):
{.push checks: off.}

View file

@ -1,7 +1,7 @@
import avx, chroma, nimsimd/hassimd, nimsimd/avx2, pixie/blends, pixie/common, vmath
when defined(gcc) or defined(clang):
{.localPassc: "-mavx2".}
{.localPassC: "-mavx2".}
when defined(release):
{.push checks: off.}