CNORXZ
Container with Native Operation Routines and Expressions
Loading...
Searching...
No Matches
intrin.h
Go to the documentation of this file.
1// -*- C++ -*-
7#ifndef __cxz_intrin_h__
8#define __cxz_intrin_h__
9
10#define MAX_VSIZE 1
11
12// AVX:
13
14#define AVX_BITS 256
15#define AVX_VSIZE (AVX_BITS/8)
16#ifdef CXZ_HAVE_AVX
17#undef MAX_VSIZE
18#define MAX_VSIZE AVX_VSIZE
19#endif
20
21// ...:
22
23// ...
24
25#endif