vir-simd 0.4.189
Parallelism TS 2 extensions and simd fallback implementation
Loading...
Searching...
No Matches
vir::arithmetic Concept Reference

This concept matches the core language defintion of an arithmetic type. More...

#include <simd_concepts.h>

Concept definition

template<typename T>
concept vir::arithmetic = std::floating_point<T> or std::integral<T>
This concept matches the core language defintion of an arithmetic type.
Definition simd_concepts.h:27

Detailed Description

This concept matches the core language defintion of an arithmetic type.