We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faca8cf commit 0e75ee5Copy full SHA for 0e75ee5
source/numerics.tex
@@ -16245,6 +16245,10 @@
16245
concept @\defexposconceptnc{simd-floating-point}@ = // \expos
16246
@\exposconcept{simd-type}@<V> && @\libconcept{floating_point}@<typename V::value_type>;
16247
16248
+template<class V>
16249
+ concept @\defexposconceptnc{simd-integral}@ = // \expos
16250
+ @\exposconcept{simd-vec-type}@<V> && @\libconcept{integral}@<typename V::value_type>;
16251
+
16252
template<class V>
16253
using @\exposidnc{simd-complex-value-type}@ = typename V::value_type::value_type; // \expos
16254
0 commit comments