Merge pull request #25912 from asmorkalov:as/round_pair_f64_restore

Restored removed test_round_pair_f64 test after PR 24941
pull/25914/head
Alexander Smorkalov 4 months ago committed by GitHub
commit 7b176d898b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      modules/core/test/test_intrin_utils.hpp

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

Loading…
Cancel
Save