HILA
|
#include <defs.h>
Inherits std::integral_constant< bool, std::is_arithmetic< T >::value >, and std::integral_constant< bool, std::is_arithmetic< T >::value||is_avx_vector< T >::value >.
Implements test for basic in types, similar to std::is_arithmetic, but allows the backend to add it's own basic tyes (such as AVX vectors)
std::is_arithmetic, but allows the backend to add it's own basic tyes (such as AVX vectors)
Definition at line 18 of file backend_cpu/defs.h.