SIMD vector of 8 single-precision floating-point real numbers, operations on which use AVX instructions available on recent x86 hardware from Intel (starting with Sandy Bridge processors released in 2011) and AMD (starting with Bulldozer released in 2011).
More...
#include <vector_x86.h>
SIMD vector of 8 single-precision floating-point real numbers, operations on which use AVX instructions available on recent x86 hardware from Intel (starting with Sandy Bridge processors released in 2011) and AMD (starting with Bulldozer released in 2011).
◆ VectorAVXFloat()
libint2::simd::VectorAVXFloat::VectorAVXFloat |
( |
T |
a | ) |
|
|
inline |
Initializes all elements to the same value.
- Parameters
-
a | the value to which all elements will be set |
The documentation for this struct was generated from the following file: