Merge pull request #25912 from asmorkalov:as/round_pair_f64_restore

Restored removed test_round_pair_f64 test after PR 24941
This commit is contained in:
Alexander Smorkalov 2024-07-15 20:30:49 +03:00 committed by GitHub
commit 7b176d898b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2246,6 +2246,7 @@ void test_hal_intrin_float64()
.test_mask() .test_mask()
.test_unpack() .test_unpack()
.test_float_math() .test_float_math()
.test_round_pair_f64()
.test_float_cvt32() .test_float_cvt32()
.test_reverse() .test_reverse()
.test_extract<0>().test_extract<1>() .test_extract<0>().test_extract<1>()