This commit is contained in:
Ryan Oldenburg 2022-07-22 22:34:55 -05:00
parent 2ace8e5e9f
commit 3b47831710

View file

@ -100,6 +100,7 @@ macro hasSimd*(procedure: untyped) =
procedure[6] = body
when not defined(pixieNoSimd):
if not foundSimd:
echo "No SIMD found for " & procSignature(name, procedure)