change compiler.cfg.intrinsics.simd tests to not use types and operations that depend on host cell size
parent
36b0b65320
commit
412b9d0c7a
|
@ -273,14 +273,6 @@ unit-test
|
||||||
[ horizontal-cpu float-4-rep [ emit-simd-sum ] test-emit ]
|
[ horizontal-cpu float-4-rep [ emit-simd-sum ] test-emit ]
|
||||||
unit-test
|
unit-test
|
||||||
|
|
||||||
[ {
|
|
||||||
##unpack-vector-head ##unpack-vector-tail ##add-vector
|
|
||||||
##horizontal-add-vector
|
|
||||||
##vector>scalar
|
|
||||||
} ]
|
|
||||||
[ horizontal-cpu int-4-rep [ emit-simd-sum ] test-emit ]
|
|
||||||
unit-test
|
|
||||||
|
|
||||||
[ {
|
[ {
|
||||||
##unpack-vector-head ##unpack-vector-tail ##add-vector
|
##unpack-vector-head ##unpack-vector-tail ##add-vector
|
||||||
##horizontal-add-vector ##horizontal-add-vector
|
##horizontal-add-vector ##horizontal-add-vector
|
||||||
|
@ -514,22 +506,22 @@ unit-test
|
||||||
|
|
||||||
! with
|
! with
|
||||||
[ { ##scalar>vector ##shuffle-vector-imm } ]
|
[ { ##scalar>vector ##shuffle-vector-imm } ]
|
||||||
[ shuffle-imm-cpu int-4-rep [ emit-simd-with ] test-emit ]
|
[ shuffle-imm-cpu float-4-rep [ emit-simd-with ] test-emit ]
|
||||||
unit-test
|
unit-test
|
||||||
|
|
||||||
! gather-2
|
! gather-2
|
||||||
[ { ##gather-vector-2 } ]
|
[ { ##gather-vector-2 } ]
|
||||||
[ simple-ops-cpu longlong-2-rep [ emit-simd-gather-2 ] test-emit ]
|
[ simple-ops-cpu double-2-rep [ emit-simd-gather-2 ] test-emit ]
|
||||||
unit-test
|
unit-test
|
||||||
|
|
||||||
! gather-4
|
! gather-4
|
||||||
[ { ##gather-vector-4 } ]
|
[ { ##gather-vector-4 } ]
|
||||||
[ simple-ops-cpu int-4-rep [ emit-simd-gather-4 ] test-emit ]
|
[ simple-ops-cpu float-4-rep [ emit-simd-gather-4 ] test-emit ]
|
||||||
unit-test
|
unit-test
|
||||||
|
|
||||||
! select
|
! select
|
||||||
[ { ##shuffle-vector-imm ##vector>scalar } ]
|
[ { ##shuffle-vector-imm ##vector>scalar } ]
|
||||||
[ shuffle-imm-cpu 1 int-4-rep [ emit-simd-select ] test-emit-literal ]
|
[ shuffle-imm-cpu 1 float-4-rep [ emit-simd-select ] test-emit-literal ]
|
||||||
unit-test
|
unit-test
|
||||||
|
|
||||||
! test with nonliteral/invalid reps
|
! test with nonliteral/invalid reps
|
||||||
|
|
Loading…
Reference in New Issue