JUCE
|
Functions | |
template<typename Type > | |
dsp::SIMDRegister< Type > JUCE_VECTOR_CALLTYPE | jmin (dsp::SIMDRegister< Type > a, dsp::SIMDRegister< Type > b) |
template<typename Type > | |
dsp::SIMDRegister< Type > JUCE_VECTOR_CALLTYPE | jmax (dsp::SIMDRegister< Type > a, dsp::SIMDRegister< Type > b) |
dsp::SIMDRegister<Type> JUCE_VECTOR_CALLTYPE jmin | ( | dsp::SIMDRegister< Type > | a, |
dsp::SIMDRegister< Type > | b | ||
) |
References gl::a, gl::b, and dsp::SIMDRegister< Type >::min().
dsp::SIMDRegister<Type> JUCE_VECTOR_CALLTYPE jmax | ( | dsp::SIMDRegister< Type > | a, |
dsp::SIMDRegister< Type > | b | ||
) |
References gl::a, gl::b, and dsp::SIMDRegister< Type >::max().