We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612c414 commit 5ae1dbeCopy full SHA for 5ae1dbe
test/grouptests.jl
@@ -13,9 +13,10 @@ const START_TIME = time()
13
end
14
15
@time if LOOPVECTORIZATION_TEST == "all" || LOOPVECTORIZATION_TEST == "part2"
16
+ if VERSION >= v"1.9"
17
using Aqua
18
@time Aqua.test_all(LoopVectorization, ambiguities = false, piracy = false)
-
19
+ end
20
@test isempty(detect_unbound_args(LoopVectorization))
21
22
@time include("printmethods.jl")
0 commit comments