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