vec_binary_test_aligned_helper< V, W, Op, C1, C2 > Struct Template Reference
#include <vector_aligned.hpp>
List of all members.
Public Types
- typedef implementation
< vector_abstractions, V > Vec
Static Public Member Functions
- static bool op (const C1 *s1, const C2 *s2, nat n)
Detailed Description
template<typename V, typename W, typename Op, typename C1, typename C2>
struct mmx::vec_binary_test_aligned_helper< V, W, Op, C1, C2 >
Definition at line 108 of file vector_aligned.hpp.
Member Typedef Documentation
typedef implementation<vector_abstractions,V> Vec |
Member Function Documentation
static bool op |
( |
const C1 * |
s1, |
|
|
const C2 * |
s2, |
|
|
nat |
n | |
|
) |
| | [inline, static] |
Definition at line 110 of file vector_aligned.hpp.
00110 {
00111 return Vec::template vec_binary_test<Op,C1,C2> (s1, s2, n); } };
The documentation for this struct was generated from the following file: