3 #ifndef VISR_CONSTANTS_HPP_INCLUDED 4 #define VISR_CONSTANTS_HPP_INCLUDED 26 static const std::size_t cVectorAlignmentBytes = 64;
31 static const std::size_t cVectorAlignmentSamples = cVectorAlignmentBytes /
sizeof(
SampleType);
35 #endif // #ifndef VISR_CONSTANTS_HPP_INCLUDED Definition: options.cpp:10
std::size_t SamplingFrequencyType
Definition: constants.hpp:19
float SampleType
Definition: constants.hpp:14