cppassist  1.0.0.f4fab4f962ff
C++ sanctuary for small but powerful and frequently required, stand alone features.
Classes | Namespaces | Functions
value16f.h File Reference
#include <zmmintrin.h>
#include <cppassist/simd/value.h>
#include <cppassist/simd/value16f.inl>
Include dependency graph for value16f.h:

Go to the source code of this file.

Classes

class  cppassist::value< float, 16 >
 

Namespaces

 cppassist
 

Functions

auto cppassist::operator+ (const value< float, 16 > &first, const value< float, 16 > &second) -> value< float, 16 >
 
auto cppassist::operator- (const value< float, 16 > &first, const value< float, 16 > &second) -> value< float, 16 >
 
auto cppassist::operator* (const value< float, 16 > &first, const value< float, 16 > &second) -> value< float, 16 >
 
auto cppassist::operator/ (const value< float, 16 > &first, const value< float, 16 > &second) -> value< float, 16 >
 
auto cppassist::operator+ (const value< float, 16 > &first, const value< float, 16 >::primitive_type &scalar) -> value< float, 16 >
 
auto cppassist::operator- (const value< float, 16 > &first, const value< float, 16 >::primitive_type &scalar) -> value< float, 16 >
 
auto cppassist::operator* (const value< float, 16 > &first, const value< float, 16 >::primitive_type &scalar) -> value< float, 16 >
 
auto cppassist::operator/ (const value< float, 16 > &first, const value< float, 16 >::primitive_type &scalar) -> value< float, 16 >
 
auto cppassist::operator+ (const value< float, 16 >::primitive_type &scalar, const value< float, 16 > &other) -> value< float, 16 >
 
auto cppassist::operator- (const value< float, 16 >::primitive_type &scalar, const value< float, 16 > &other) -> value< float, 16 >
 
auto cppassist::operator* (const value< float, 16 >::primitive_type &scalar, const value< float, 16 > &other) -> value< float, 16 >
 
auto cppassist::operator/ (const value< float, 16 >::primitive_type &scalar, const value< float, 16 > &other) -> value< float, 16 >
 
auto cppassist::sqrt (const value< float, 16 > &first) -> value< float, 16 >