T-SIMD v31.1.0
A C++ template SIMD library
Loading...
Searching...
No Matches
Back. Comp. Aliases

Description

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)
 

Typedef Documentation

◆ simd_aligned_allocator

template<typename T , size_t ALIGN>
using simd_aligned_allocator

Alias for simd::simd_aligned_allocator.

Deprecated
Use simd::simd_aligned_allocator instead.

Function Documentation

◆ simd_aligned_free()

void simd_aligned_free ( void * ptr)
inline

Alias for simd::aligned_free().

Deprecated
Use simd::aligned_free() instead.

◆ simd_aligned_malloc()

void * simd_aligned_malloc ( size_t alignment,
size_t size )
inline

Alias for simd::aligned_malloc().

Deprecated
Use simd::aligned_malloc() instead.