OSDN Git Service

Remove test_vshuff from hvx_misc tests
authorMarco Liebel <quic_mliebel@quicinc.com>
Tue, 9 May 2023 18:42:31 +0000 (11:42 -0700)
committerTaylor Simpson <tsimpson@quicinc.com>
Thu, 18 May 2023 19:40:52 +0000 (12:40 -0700)
commit9e6d4938d106ca775108ec2a1fecc6d789543088
tree7a6d8ca6d9134b1396596d0cb919040d03e69497
parent14edcf11e297252c995d5909144f3751b7383efc
Remove test_vshuff from hvx_misc tests

test_vshuff checks that the vshuff instruction works correctly when
both vector registers are the same. Using vshuff in this way is
undefined and will be rejected by the compiler in a future version of
the toolchain.

Signed-off-by: Marco Liebel <quic_mliebel@quicinc.com>
Reviewed-by: Brian Cain <bcain@quicinc.com>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Tested-by: Taylor Simpson <tsimpson@quicinc.com>
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Message-Id: <20230509184231.2467626-1-quic_mliebel@quicinc.com>
tests/tcg/hexagon/hvx_misc.c