You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement P4012R1 and revert P3844R2 (consteval broadcast)
Keep the old behavior behind VIR_CONSTEVAL_BROADCAST but default to the
C++26 behavior. Rewrite uses of the consteval broadcast to use std::cw
or cast to value_type instead.
Adjust the deploy.sh script to also deploy tests.
ChangeLog:
* README.md: Update P4012R1 status to done.
* codegen/select.c++:
* constexpr_tests.cpp:
* deploy.sh:
* include/bits/simd_complex.h:
* include/bits/simd_details.h:
* include/bits/simd_mask.h:
* include/bits/simd_math.h:
* include/bits/simd_vec.h:
* lib/hypot2.cpp:
* lib/hypot3.cpp:
* lib/support.h:
* math-traits_tests.cpp:
* tests/arithmetic.cpp:
* tests/complex-math.cpp:
* tests/mask.cpp:
* tests/math.cpp:
* tests/simd_alg.cpp:
* tests/unittest_pch.h:
0 commit comments