Agora
1.2.0
Agora project
|
Go to the documentation of this file.
8 #include <boost/align/aligned_allocator.hpp>
18 boost::alignment::aligned_allocator<std::byte, kSimdAlignment>>;
22 boost::alignment::aligned_allocator<float, kSimdAlignment>>;
26 boost::alignment::aligned_allocator<short, kSimdAlignment>>;
36 #endif // SIMD_TYPES_H_
byte
Definition: core.h:388
std::vector< float, boost::alignment::aligned_allocator< float, kSimdAlignment > > SimdAlignFltVector
Definition: simd_types.h:22
std::vector< short, boost::alignment::aligned_allocator< short, kSimdAlignment > > SimdAlignShrtVector
Definition: simd_types.h:26
std::vector< std::complex< float >, boost::alignment::aligned_allocator< std::complex< float >, kSimdAlignment > > SimdAlignCxFltVector
Definition: simd_types.h:30
Plot Rx waveform for u
Definition: inspect_single_frame.m:108
constexpr size_t kSimdAlignment
Definition: simd_types.h:14
std::vector< std::byte, boost::alignment::aligned_allocator< std::byte, kSimdAlignment > > SimdAlignByteVector
Definition: simd_types.h:18
std::vector< std::complex< short >, boost::alignment::aligned_allocator< std::complex< short >, kSimdAlignment > > SimdAlignCxShrtVector
Definition: simd_types.h:34