]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Simplify calculation of expected value in simd test
authorMatthias Kretz <m.kretz@gsi.de>
Thu, 25 May 2023 10:53:06 +0000 (12:53 +0200)
committerMatthias Kretz <m.kretz@gsi.de>
Tue, 30 May 2023 14:19:07 +0000 (16:19 +0200)
commit3e2689e568425f14d6728504ad6f5d32b90320ad
tree7fd812cae0db919709fa96c9d8599c80c4584378
parent291549d43e823f163fa9961e42a751b5ce0d57fb
libstdc++: Simplify calculation of expected value in simd test

This avoids a failure on PR109964.

Signed-off-by: Matthias Kretz <m.kretz@gsi.de>
libstdc++-v3/ChangeLog:

* testsuite/experimental/simd/tests/integer_operators.cc:
Compute expected value differently to avoid getting turned into
a vector shift.
libstdc++-v3/testsuite/experimental/simd/tests/integer_operators.cc