|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Useful fallback routines to use if the native SIMD op is not supported. More...
#include "juce_SIMDNativeOps_fallback.h"
Classes | |
| struct | ScalarAdd |
| struct | ScalarAnd |
| struct | ScalarEq |
| struct | ScalarGeq |
| struct | ScalarGt |
| struct | ScalarMax |
| struct | ScalarMin |
| struct | ScalarMul |
| struct | ScalarNeq |
| struct | ScalarNot |
| struct | ScalarOr |
| struct | ScalarSub |
| struct | ScalarXor |
| union | UnionMaskType |
| union | UnionType |
Public Types | |
| using | MaskType = SIMDInternal::MaskType< ScalarType > |
Static Public Member Functions | |
| static forcedinline vSIMDType | add (vSIMDType a, vSIMDType b) noexcept |
| static forcedinline vSIMDType | sub (vSIMDType a, vSIMDType b) noexcept |
| static forcedinline vSIMDType | mul (vSIMDType a, vSIMDType b) noexcept |
| static forcedinline vSIMDType | bit_and (vSIMDType a, vSIMDType b) noexcept |
| static forcedinline vSIMDType | bit_or (vSIMDType a, vSIMDType b) noexcept |
| static forcedinline vSIMDType | bit_xor (vSIMDType a, vSIMDType b) noexcept |
| static forcedinline vSIMDType | bit_notand (vSIMDType a, vSIMDType b) noexcept |
| static forcedinline vSIMDType | min (vSIMDType a, vSIMDType b) noexcept |
| static forcedinline vSIMDType | max (vSIMDType a, vSIMDType b) noexcept |
| static forcedinline vSIMDType | equal (vSIMDType a, vSIMDType b) noexcept |
| static forcedinline vSIMDType | notEqual (vSIMDType a, vSIMDType b) noexcept |
| static forcedinline vSIMDType | greaterThan (vSIMDType a, vSIMDType b) noexcept |
| static forcedinline vSIMDType | greaterThanOrEqual (vSIMDType a, vSIMDType b) noexcept |
| static forcedinline ScalarType | get (vSIMDType v, size_t i) noexcept |
| static forcedinline vSIMDType | set (vSIMDType v, size_t i, ScalarType s) noexcept |
| static forcedinline vSIMDType | bit_not (vSIMDType av) noexcept |
| static forcedinline ScalarType | sum (vSIMDType av) noexcept |
| static forcedinline vSIMDType | truncate (vSIMDType av) noexcept |
| static forcedinline vSIMDType | multiplyAdd (vSIMDType av, vSIMDType bv, vSIMDType cv) noexcept |
| static forcedinline bool | allEqual (vSIMDType av, vSIMDType bv) noexcept |
| static forcedinline vSIMDType | cmplxmul (vSIMDType av, vSIMDType bv) noexcept |
| template<typename Op > | |
| static forcedinline vSIMDType | apply (vSIMDType av, vSIMDType bv) noexcept |
| template<typename Op > | |
| static forcedinline vSIMDType | cmp (vSIMDType av, vSIMDType bv) noexcept |
| template<typename Op > | |
| static forcedinline vSIMDType | bitapply (vSIMDType av, vSIMDType bv) noexcept |
| static forcedinline vSIMDType | expand (ScalarType s) noexcept |
| static forcedinline vSIMDType | load (const ScalarType *a) noexcept |
| static forcedinline void | store (vSIMDType av, ScalarType *dest) noexcept |
| template<unsigned int shuffle_idx> | |
| static forcedinline vSIMDType | shuffle (vSIMDType av) noexcept |
Static Public Attributes | |
| static constexpr size_t | n |
| static constexpr size_t | mask |
| static constexpr size_t | bits |
Useful fallback routines to use if the native SIMD op is not supported.
You should never need to use this directly. Use juce_SIMDRegister instead.
@tags{DSP}
Definition at line 59 of file juce_SIMDNativeOps_fallback.h.
| union juce::dsp::SIMDFallbackOps::UnionMaskType |
Definition at line 68 of file juce_SIMDNativeOps_fallback.h.
| Class Members | ||
|---|---|---|
| MaskType | m[n] | |
| vSIMDType | v | |
| union juce::dsp::SIMDFallbackOps::UnionType |
Definition at line 67 of file juce_SIMDNativeOps_fallback.h.
| Class Members | ||
|---|---|---|
| ScalarType | s[n] | |
| vSIMDType | v | |
| using juce::dsp::SIMDFallbackOps< ScalarType, vSIMDType >::MaskType = SIMDInternal::MaskType<ScalarType> |
Definition at line 66 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 72 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 143 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 189 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 75 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 101 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 78 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 76 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 77 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 212 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 200 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 155 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 82 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 222 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 87 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 84 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 85 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 232 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 81 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 80 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 74 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 132 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 83 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 93 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 251 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 242 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 73 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 111 of file juce_SIMDNativeOps_fallback.h.
|
staticnoexcept |
Definition at line 122 of file juce_SIMDNativeOps_fallback.h.
|
staticconstexpr |
Definition at line 63 of file juce_SIMDNativeOps_fallback.h.
|
staticconstexpr |
Definition at line 62 of file juce_SIMDNativeOps_fallback.h.
|
staticconstexpr |
Definition at line 61 of file juce_SIMDNativeOps_fallback.h.