This commit is contained in:
Ryan Oldenburg 2022-07-07 19:11:21 -05:00
parent 8bb6957fe9
commit 83c7527474

View file

@ -32,7 +32,6 @@ macro hasSimd*(procedure: untyped) =
`bodySse2` `bodySse2`
else: else:
body.add quote do: body.add quote do:
echo "using ", `name`, " scalar"
`originalBody` `originalBody`
procedure[6] = body procedure[6] = body