|
JUCE
|
Public Types | |
| typedef SIMDNativeOps< Scalar >::vSIMDType | vSIMDType |
Static Public Member Functions | |
| static vSIMDType JUCE_VECTOR_CALLTYPE | load (const std::complex< Scalar > *a) noexcept |
| static void JUCE_VECTOR_CALLTYPE | store (vSIMDType value, std::complex< Scalar > *dest) noexcept |
| static vSIMDType JUCE_VECTOR_CALLTYPE | expand (std::complex< Scalar > s) noexcept |
| static std::complex< Scalar > JUCE_VECTOR_CALLTYPE | sum (vSIMDType a) noexcept |
| static vSIMDType JUCE_VECTOR_CALLTYPE | mul (vSIMDType a, vSIMDType b) noexcept |
| static vSIMDType JUCE_VECTOR_CALLTYPE | muladd (vSIMDType a, vSIMDType b, vSIMDType c) noexcept |
| typedef SIMDNativeOps<Scalar>::vSIMDType dsp::CmplxSIMDOps< std::complex< Scalar > >::vSIMDType |
|
staticnoexcept |
|
staticnoexcept |
References dsp::SIMDRegister< Type >::value.
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
1.8.13