File tree Expand file tree Collapse file tree
tests/riscv/riscv-vector-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,11 +24,10 @@ if [ "$#" == "0" ];
2424then
2525 # write out test case name explicitely if there are collisions with other test names
2626 testcases=(vmv vslide vmerge vrgather \
27- vlm.v vsm.v \
2827 vle8 vle16 vle32 \
2928 vse8 vse16 vse32 \
3029 vlseg vlsseg vluxseg vloxseg \
31- # vsseg vssseg vsuxseg vsoxseg \ # fails for both XLEN 32 and 64
30+ vsseg vssseg vsuxseg vsoxseg \
3231 vlse8 vlse16 vlse32 \
3332 vsse8 vsse16 vsse32 \
3433 vloxei vluxei vsoxei vsuxei \
5251 vsext vzext \
5352 vid)
5453 if [ $XLEN -eq 32 ]; then
55- testcases+=(vset) # fails for XLEN 64? Which doesn't make sense, since vset is essential, and other tests work
54+ testcases+=()
5655 elif [ $XLEN -eq 64 ]; then
5756 testcases+=(vle64 vse64 vlse64 vsse64 vfwcvt vfncvt \
58- # vfwadd vfwsub \ # vfwadd.wf and vfwsub.wf fail, but .wv .vf and .vv pass
57+ vfwadd vfwsub \
5958 vfwmul vfwred vfwmacc vfwnmacc vfwmsac vfwnmsac )
6059 fi
6160else
You can’t perform that action at this time.
0 commit comments