f
This commit is contained in:
parent
2ace8e5e9f
commit
3b47831710
1 changed files with 3 additions and 2 deletions
|
@ -100,7 +100,8 @@ macro hasSimd*(procedure: untyped) =
|
||||||
|
|
||||||
procedure[6] = body
|
procedure[6] = body
|
||||||
|
|
||||||
if not foundSimd:
|
when not defined(pixieNoSimd):
|
||||||
echo "No SIMD found for " & procSignature(name, procedure)
|
if not foundSimd:
|
||||||
|
echo "No SIMD found for " & procSignature(name, procedure)
|
||||||
|
|
||||||
return procedure
|
return procedure
|
||||||
|
|
Loading…
Reference in a new issue