mul_unrolled_helper< D, S1, S2 > Struct Template Reference
#include <matrix_unrolled.hpp>
List of all members.
Static Public Member Functions
- template<typename Op , nat ur, nat ul, nat uc, typename V , typename W > static void op (D *dest, const S1 *src1, const S2 *src2, nat r, nat rr, nat l, nat ll, nat c, nat cc)
Detailed Description
template<typename D, typename S1, typename S2>
struct mmx::mul_unrolled_helper< D, S1, S2 >
Definition at line 104 of file matrix_unrolled.hpp.
Member Function Documentation
static void op |
( |
D * |
dest, |
|
|
const S1 * |
src1, |
|
|
const S2 * |
src2, |
|
|
nat |
r, |
|
|
nat |
rr, |
|
|
nat |
l, |
|
|
nat |
ll, |
|
|
nat |
c, |
|
|
nat |
cc | |
|
) |
| | [inline, static] |
Definition at line 107 of file matrix_unrolled.hpp.
00108 {
00109 mul_full_unrolled<Op,ur,ul,uc,W>
00110 (dest, src1, src2, r, rr, l, ll, c, cc); }
The documentation for this struct was generated from the following file: