SIMDAlignedType Class Reference
SIMD aligned type. Inherited class automatically supports aligned version of operator new and delete for SIMD types. More...
#include <align.h>
Inheritance diagram for SIMDAlignedType:
Public Member Functions | |
void * | operator new (std::size_t size) throw (std::bad_alloc) |
void | operator delete (void *p) |
Detailed Description
SIMD aligned type. Inherited class automatically supports aligned version of operator new and delete for SIMD types.