blitz Version 1.0.2
Loading...
Searching...
No Matches
simdtypes.h File Reference
#include <blitz/blitz.h>
#include <stdint.h>
Include dependency graph for simdtypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  blitz::_bz_meta_bitwidth< I, L >
 This metaprogram returns the number of bits necessary to fit the specified number. More...
 
struct  blitz::_bz_meta_bitwidth< 0, L >
 
class  blitz::simdTypes< T >
 Helper class that defines the width of the simd instructions for a given type. More...
 

Namespaces

namespace  blitz
 

Functions

template<typename T>
bool blitz::isVectorAligned (const T *restrict pointer)
 General function just forwards to the simdTypes class.