vec_ternary_scalar_scalar_aligned_helper< V, W, Op, T, C, X1, X2 > Struct Template Reference
#include <vector_aligned.hpp>
List of all members.
Public Types
- typedef implementation
< vector_abstractions, V > Vec
Static Public Member Functions
- static void op (T *dest, const C *s, const X1 &x1, const X2 &x2, nat n)
Detailed Description
template<typename V, typename W, typename Op, typename T, typename C, typename X1, typename X2>
struct mmx::vec_ternary_scalar_scalar_aligned_helper< V, W, Op, T, C, X1, X2 >
Definition at line 109 of file vector_aligned.hpp.
Member Typedef Documentation
typedef implementation<vector_abstractions,V> Vec |
Member Function Documentation
static void op |
( |
T * |
dest, |
|
|
const C * |
s, |
|
|
const X1 & |
x1, |
|
|
const X2 & |
x2, |
|
|
nat |
n | |
|
) |
| | [inline, static] |
Definition at line 111 of file vector_aligned.hpp.
00112 {
00113 Vec::template vec_ternary_scalar_scalar<Op,T,C,X1,X2>
00114 (dest, s, x1, x2, n); } };
The documentation for this struct was generated from the following file: