Skip to content

Commit 72f0eb6

Browse files
committed
LWG4375 std::simd::bit_ceil should not be noexcept
1 parent 2ca745d commit 72f0eb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/numerics.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16903,7 +16903,7 @@
1690316903

1690416904
// \ref{simd.bit}, bit manipulation
1690516905
template<@\exposconcept{simd-vec-type}@ V> constexpr V byteswap(const V& v) noexcept;
16906-
template<@\exposconcept{simd-vec-type}@ V> constexpr V bit_ceil(const V& v) noexcept;
16906+
template<@\exposconcept{simd-vec-type}@ V> constexpr V bit_ceil(const V& v);
1690716907
template<@\exposconcept{simd-vec-type}@ V> constexpr V bit_floor(const V& v) noexcept;
1690816908

1690916909
template<@\exposconcept{simd-vec-type}@ V>
@@ -19762,7 +19762,7 @@
1976219762

1976319763
\indexlibrarymember{bit_ceil}{simd}
1976419764
\begin{itemdecl}
19765-
template<@\exposconcept{simd-vec-type}@ V> constexpr V bit_ceil(const V& v) noexcept;
19765+
template<@\exposconcept{simd-vec-type}@ V> constexpr V bit_ceil(const V& v);
1976619766
\end{itemdecl}
1976719767

1976819768
\begin{itemdescr}

0 commit comments

Comments
 (0)