]> git.ipfire.org Git - thirdparty/gcc.git/commit
Testsuite/MIPS: Fix msa.c: test7_v2f64, test7_v4f32, test43_v2i64
authorYunQiang Su <syq@gcc.gnu.org>
Thu, 27 Jun 2024 10:05:30 +0000 (18:05 +0800)
committerYunQiang Su <syq@gcc.gnu.org>
Fri, 5 Jul 2024 07:56:15 +0000 (15:56 +0800)
commit33dfd6798aa3e5f8be58c8810f9814d57485fe12
tree355109c306d9947be6e10dd4fde27f6d46f31b83
parente08ed5f1c98ea8de086f5c2d1e373aec6e195735
Testsuite/MIPS: Fix msa.c: test7_v2f64, test7_v4f32, test43_v2i64

BNEGI.W/D are used for test7_v2f64 and test7_v4f32 now.  It is
an improvment since that we can save a instruction.

ILVR.D is used for test43_v2i64 now, instead of INSVE.D.

gcc/testsuite
* gcc.target/mips/msa.c: Fix test7_v2f64, test7_v4f32 and
test43_v2i64.
gcc/testsuite/gcc.target/mips/msa.c