File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 828
828
@test Cs ≈ C2
829
829
fill! (Cs, 9999.999 ); AmulB2x2_avx! (Cs, Ats' , Bs)
830
830
@test Cs ≈ C2
831
- fill! (Cs, 9999.999 ); AtmulB_avx1! (Cs, Ats, Bs)
832
- @test Cs ≈ C2
831
+ # TODO : remove these checks
832
+ if LoopVectorization. VectorizationBase. SIMD_NATIVE_INTEGERS || Base. libllvm_version > v " 7"
833
+ fill! (Cs, 9999.999 ); AtmulB_avx1! (Cs, Ats, Bs)
834
+ @test Cs ≈ C2
835
+ end
833
836
fill! (Cs, 9999.999 ); AtmulB_avx1! (Cs, As' , Bs)
834
837
@test Cs ≈ C2
835
- fill! (Cs, 9999.999 ); AtmulB_avx2! (Cs, Ats, Bs);
836
- @test Cs ≈ C2
838
+ if LoopVectorization. VectorizationBase. SIMD_NATIVE_INTEGERS || Base. libllvm_version > v " 7"
839
+ fill! (Cs, 9999.999 ); AtmulB_avx2! (Cs, Ats, Bs);
840
+ @test Cs ≈ C2
841
+ end
837
842
fill! (Cs, 9999.999 ); AtmulB_avx2! (Cs, As' , Bs);
838
843
@test Cs ≈ C2
839
844
fill! (Cs, 9999.999 ); mulCAtB_2x2block_avx! (Cs, Ats, Bs);
You can’t perform that action at this time.
0 commit comments