mask_helper< C > Struct Template Reference

#include <vector_aligned.hpp>

List of all members.

Static Public Attributes


Detailed Description

template<typename C>
struct mmx::mask_helper< C >

Definition at line 146 of file vector_aligned.hpp.


Member Data Documentation

const nat hi_mask_m = ((nat) -1) << log_m [static]

Definition at line 149 of file vector_aligned.hpp.

const intptr_t len = m * sizeof (C) [static]

Definition at line 151 of file vector_aligned.hpp.

const intptr_t lo_mask_len = len - 1 [static]

Definition at line 153 of file vector_aligned.hpp.

const nat lo_mask_m = m - 1 [static]

Definition at line 150 of file vector_aligned.hpp.

const intptr_t log_len = int_bitsize_helper<nat, len>::value - 1 [static]

Definition at line 152 of file vector_aligned.hpp.

const nat log_m = int_bitsize_helper<nat, m>::value - 1 [static]

Definition at line 148 of file vector_aligned.hpp.

const nat m = Simd_size (C) [static]

Definition at line 147 of file vector_aligned.hpp.


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for algebramix by  doxygen 1.6.1