vec_unary_big_aligned_helper< V, W, Op, C > Struct Template Reference
#include <vector_aligned.hpp>
List of all members.
Public Types
- typedef implementation
< vector_abstractions, V > Vec
Static Public Member Functions
- static C op (const C *s, nat n)
- static C op (const C *s, nat n, const format< C > &fm)
Detailed Description
template<typename V, typename W, typename Op, typename C>
struct mmx::vec_unary_big_aligned_helper< V, W, Op, C >
Definition at line 122 of file vector_aligned.hpp.
Member Typedef Documentation
typedef implementation<vector_abstractions,V> Vec |
Member Function Documentation
static C op |
( |
const C * |
s, |
|
|
nat |
n, |
|
|
const format< C > & |
fm | |
|
) |
| | [inline, static] |
Definition at line 126 of file vector_aligned.hpp.
00126 {
00127 return Vec::template vec_unary_big<Op,C> (s, n, fm); } };
static C op |
( |
const C * |
s, |
|
|
nat |
n | |
|
) |
| | [inline, static] |
Definition at line 124 of file vector_aligned.hpp.
00124 {
00125 return Vec::template vec_unary_big<Op,C> (s, n); }
The documentation for this struct was generated from the following file: