Skip to content

Commit 67eb26b

Browse files
author
Michael Abbott
committed
re-enable some tests
1 parent 8fc9e09 commit 67eb26b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/runtests.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -476,13 +476,13 @@ end
476476
check_within_limits(tovector(@inferred(f(j, vi2))), f.(j, xi2))
477477
check_within_limits(tovector(@inferred(f(vi1, i))), f.(xi1, i))
478478
check_within_limits(tovector(@inferred(f(m1, i))), f.(xi3, i))
479-
# check_within_limits(tovector(@inferred(f(m1, vi2))), f.(xi3, xi2))
480-
# check_within_limits(tovector(@inferred(f(m1, m2))), f.(xi3, xi4))
479+
check_within_limits(tovector(@inferred(f(m1, vi2))), f.(xi3, xi2))
480+
check_within_limits(tovector(@inferred(f(m1, m2))), f.(xi3, xi4))
481481
check_within_limits(tovector(@inferred(f(m1, m1))), f.(xi3, xi3))
482482
check_within_limits(tovector(@inferred(f(m2, i))), f.(xi4, i))
483-
# check_within_limits(tovector(@inferred(f(m2, vi2))), f.(xi4, xi2))
483+
check_within_limits(tovector(@inferred(f(m2, vi2))), f.(xi4, xi2))
484484
check_within_limits(tovector(@inferred(f(m2, m2))), f.(xi4, xi4))
485-
# check_within_limits(tovector(@inferred(f(m2, m1))), f.(xi4, xi3))
485+
check_within_limits(tovector(@inferred(f(m2, m1))), f.(xi4, xi3))
486486
if !((f === VectorizationBase.rotate_left) || (f === VectorizationBase.rotate_right))
487487
check_within_limits(tovector(@inferred(f(j, m1))), f.(j, xi3))
488488
check_within_limits(tovector(@inferred(f(j, m2))), f.(j, xi4))
@@ -647,7 +647,7 @@ end
647647
@test vtwos32 === VectorizationBase.VecUnroll((vbroadcast(StaticInt(W32), 2f0),vbroadcast(StaticInt(W32), 2f0)))
648648
@test vf2 === v2f32
649649

650-
650+
651651
vm = if VectorizationBase.AVX512DQ
652652
VectorizationBase.VecUnroll((
653653
MM{W64}(rand(Int)),MM{W64}(rand(Int)),MM{W64}(rand(Int)),MM{W64}(rand(Int))

0 commit comments

Comments
 (0)