JUCE
Functions
containers

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)
 

Detailed Description

Function Documentation

◆ jmin()

template<typename Type >
dsp::SIMDRegister<Type> JUCE_VECTOR_CALLTYPE jmin ( dsp::SIMDRegister< Type >  a,
dsp::SIMDRegister< Type >  b 
)

◆ jmax()

template<typename Type >
dsp::SIMDRegister<Type> JUCE_VECTOR_CALLTYPE jmax ( dsp::SIMDRegister< Type >  a,
dsp::SIMDRegister< Type >  b 
)