ROOT  6.06/09
Reference Guide
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
ROOT::Vc::SSE::M256 Class Reference

Definition at line 65 of file types.h.

Public Member Functions

Vc_INTRINSIC _M128operator[] (int i)
 
Vc_INTRINSIC const _M128operator[] (int i) const
 

Static Public Member Functions

static Vc_INTRINSIC Vc_CONST M256 dup (_M128 a)
 
static Vc_INTRINSIC Vc_CONST M256 create (_M128 a, _M128 b)
 

Private Attributes

_M128 d [2]
 

#include </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/math/vc/include/Vc/sse/types.h>

Member Function Documentation

static Vc_INTRINSIC Vc_CONST M256 ROOT::Vc::SSE::M256::create ( _M128  a,
_M128  b 
)
inlinestatic
static Vc_INTRINSIC Vc_CONST M256 ROOT::Vc::SSE::M256::dup ( _M128  a)
inlinestatic
Vc_INTRINSIC _M128& ROOT::Vc::SSE::M256::operator[] ( int  i)
inline

Definition at line 71 of file types.h.

Vc_INTRINSIC const _M128& ROOT::Vc::SSE::M256::operator[] ( int  i) const
inline

Definition at line 72 of file types.h.

Member Data Documentation

_M128 ROOT::Vc::SSE::M256::d[2]
private

Definition at line 77 of file types.h.

Referenced by create(), dup(), and operator[]().


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