File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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>
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}
You can’t perform that action at this time.
0 commit comments