Skip to content

Commit a6da407

Browse files
mattkretztkoeppe
authored andcommitted
[simd.expos] Add missing simd-integral \exposconcept
1 parent fa1426d commit a6da407

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/numerics.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16245,6 +16245,10 @@
1624516245
concept @\defexposconceptnc{simd-floating-point}@ = // \expos
1624616246
@\exposconcept{simd-type}@<V> && @\libconcept{floating_point}@<typename V::value_type>;
1624716247

16248+
template<class V>
16249+
concept @\defexposconceptnc{simd-integral}@ = // \expos
16250+
@\exposconcept{simd-vec-type}@<V> && @\libconcept{integral}@<typename V::value_type>;
16251+
1624816252
template<class V>
1624916253
using @\exposidnc{simd-complex-value-type}@ = typename V::value_type::value_type; // \expos
1625016254

0 commit comments

Comments
 (0)