HILA
Loading...
Searching...
No Matches
hila::is_avx_vector< T > Struct Template Reference

#include <defs.h>

Inherits std::integral_constant< bool, std::is_same< T, Vec4d >::value||std::is_same< T, Vec4q >::value||std::is_same< T, Vec8f >::value||std::is_same< T, Vec8i >::value||std::is_same< T, Vec8d >::value||std::is_same< T, Vec8q >::value||std::is_same< T, Vec16f >::value||std::is_same< T, Vec16i >::value >.

Detailed Description

template<class T>
struct hila::is_avx_vector< T >

Implements test for basic in types, similar to std::is_arithmetic, but allows the backend to add it's own basic types (such as AVX vectors)

Definition at line 47 of file backend_vector/defs.h.


The documentation for this struct was generated from the following file: