T-SIMD v31.1.0
A C++ template SIMD library
|
Aliases for SIMD types for backward compatibility.
Namespaces | |
namespace | ns_simd |
Alias for simd. | |
namespace | simd |
Namespace for T-SIMD. | |
Typedefs | |
template<typename T , size_t ALIGN> | |
using | simd_aligned_allocator |
Functions | |
void | simd_aligned_free (void *ptr) |
void * | simd_aligned_malloc (size_t alignment, size_t size) |
using simd_aligned_allocator |
Alias for simd::simd_aligned_allocator.
|
inline |
Alias for simd::aligned_free().
|
inline |
Alias for simd::aligned_malloc().