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

Go to the source code of this file.

Classes

class  cppassist::value< float, 8 >
 

Namespaces

 cppassist
 

Functions

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