OpenShot Audio Library | OpenShotAudio 0.3.2
Loading...
Searching...
No Matches
juce::dsp::SIMDNativeOps< float > Struct Reference

#include <juce_avx_SIMDNativeOps.h>

Public Types

using vSIMDType = __m256
 
using vSIMDType = float32x4_t
 
using vMaskType = uint32x4_t
 
using fb = SIMDFallbackOps< float, vSIMDType >
 
using vSIMDType = __m128
 

Public Member Functions

 DECLARE_AVX_SIMD_CONST (int32_t, kAllBitsSet)
 
 DECLARE_AVX_SIMD_CONST (int32_t, kEvenHighBit)
 
 DECLARE_AVX_SIMD_CONST (float, kOne)
 
 DECLARE_NEON_SIMD_CONST (int32_t, kAllBitsSet)
 
 DECLARE_NEON_SIMD_CONST (int32_t, kEvenHighBit)
 
 DECLARE_NEON_SIMD_CONST (float, kOne)
 
 DECLARE_SSE_SIMD_CONST (int32_t, kAllBitsSet)
 
 DECLARE_SSE_SIMD_CONST (int32_t, kEvenHighBit)
 
 DECLARE_SSE_SIMD_CONST (float, kOne)
 

Static Public Member Functions

static forcedinline __m256 JUCE_VECTOR_CALLTYPE vconst (const float *a) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE vconst (const int32_t *a) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE expand (float s) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE load (const float *a) noexcept
 
static forcedinline void JUCE_VECTOR_CALLTYPE store (__m256 value, float *dest) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE add (__m256 a, __m256 b) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE sub (__m256 a, __m256 b) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE mul (__m256 a, __m256 b) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE bit_and (__m256 a, __m256 b) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE bit_or (__m256 a, __m256 b) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE bit_xor (__m256 a, __m256 b) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE bit_notand (__m256 a, __m256 b) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE bit_not (__m256 a) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE min (__m256 a, __m256 b) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE max (__m256 a, __m256 b) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE equal (__m256 a, __m256 b) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE notEqual (__m256 a, __m256 b) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE greaterThan (__m256 a, __m256 b) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE greaterThanOrEqual (__m256 a, __m256 b) noexcept
 
static forcedinline bool JUCE_VECTOR_CALLTYPE allEqual (__m256 a, __m256 b) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE dupeven (__m256 a) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE dupodd (__m256 a) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE swapevenodd (__m256 a) noexcept
 
static forcedinline float JUCE_VECTOR_CALLTYPE get (__m256 v, size_t i) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE set (__m256 v, size_t i, float s) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE truncate (__m256 a) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE multiplyAdd (__m256 a, __m256 b, __m256 c) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE oddevensum (__m256 a) noexcept
 
static forcedinline __m256 JUCE_VECTOR_CALLTYPE cmplxmul (__m256 a, __m256 b) noexcept
 
static forcedinline float JUCE_VECTOR_CALLTYPE sum (__m256 a) noexcept
 
static forcedinline vSIMDType expand (float s) noexcept
 
static forcedinline vSIMDType load (const float *a) noexcept
 
static forcedinline float get (vSIMDType v, size_t i) noexcept
 
static forcedinline vSIMDType set (vSIMDType v, size_t i, float s) noexcept
 
static forcedinline void store (vSIMDType value, float *a) noexcept
 
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 bit_not (vSIMDType a) 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 bool allEqual (vSIMDType a, vSIMDType b) noexcept
 
static forcedinline vSIMDType multiplyAdd (vSIMDType a, vSIMDType b, vSIMDType c) noexcept
 
static forcedinline vSIMDType dupeven (vSIMDType a) noexcept
 
static forcedinline vSIMDType dupodd (vSIMDType a) noexcept
 
static forcedinline vSIMDType swapevenodd (vSIMDType a) noexcept
 
static forcedinline vSIMDType oddevensum (vSIMDType a) noexcept
 
static forcedinline vSIMDType truncate (vSIMDType a) noexcept
 
static forcedinline vSIMDType cmplxmul (vSIMDType a, vSIMDType b) noexcept
 
static forcedinline float sum (vSIMDType a) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE expand (float s) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE load (const float *a) noexcept
 
static forcedinline void JUCE_VECTOR_CALLTYPE store (__m128 value, float *dest) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE add (__m128 a, __m128 b) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE sub (__m128 a, __m128 b) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE mul (__m128 a, __m128 b) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE bit_and (__m128 a, __m128 b) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE bit_or (__m128 a, __m128 b) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE bit_xor (__m128 a, __m128 b) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE bit_notand (__m128 a, __m128 b) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE bit_not (__m128 a) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE min (__m128 a, __m128 b) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE max (__m128 a, __m128 b) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE equal (__m128 a, __m128 b) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE notEqual (__m128 a, __m128 b) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE greaterThan (__m128 a, __m128 b) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE greaterThanOrEqual (__m128 a, __m128 b) noexcept
 
static forcedinline bool JUCE_VECTOR_CALLTYPE allEqual (__m128 a, __m128 b) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE multiplyAdd (__m128 a, __m128 b, __m128 c) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE dupeven (__m128 a) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE dupodd (__m128 a) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE swapevenodd (__m128 a) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE oddevensum (__m128 a) noexcept
 
static forcedinline float JUCE_VECTOR_CALLTYPE get (__m128 v, size_t i) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE set (__m128 v, size_t i, float s) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE truncate (__m128 a) noexcept
 
static forcedinline __m128 JUCE_VECTOR_CALLTYPE cmplxmul (__m128 a, __m128 b) noexcept
 
static forcedinline float JUCE_VECTOR_CALLTYPE sum (__m128 a) noexcept
 

Detailed Description

Single-precision floating point AVX intrinsics.

Single-precision floating point NEON intrinsics.

Single-precision floating point SSE intrinsics.

Definition at line 64 of file juce_avx_SIMDNativeOps.h.

Member Typedef Documentation

◆ fb

using juce::dsp::SIMDNativeOps< float >::fb = SIMDFallbackOps<float, vSIMDType>

Definition at line 410 of file juce_neon_SIMDNativeOps.h.

◆ vMaskType

using juce::dsp::SIMDNativeOps< float >::vMaskType = uint32x4_t

Definition at line 409 of file juce_neon_SIMDNativeOps.h.

◆ vSIMDType [1/3]

using juce::dsp::SIMDNativeOps< float >::vSIMDType = __m256

Definition at line 66 of file juce_avx_SIMDNativeOps.h.

◆ vSIMDType [2/3]

using juce::dsp::SIMDNativeOps< float >::vSIMDType = float32x4_t

Definition at line 408 of file juce_neon_SIMDNativeOps.h.

◆ vSIMDType [3/3]

using juce::dsp::SIMDNativeOps< float >::vSIMDType = __m128

Definition at line 67 of file juce_sse_SIMDNativeOps.h.

Member Function Documentation

◆ add() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::add ( __m128  a,
__m128  b 
)
inlinestaticnoexcept

Definition at line 78 of file juce_sse_SIMDNativeOps.h.

◆ add() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::add ( __m256  a,
__m256  b 
)
inlinestaticnoexcept

Definition at line 79 of file juce_avx_SIMDNativeOps.h.

◆ add() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::add ( vSIMDType  a,
vSIMDType  b 
)
inlinestaticnoexcept

Definition at line 423 of file juce_neon_SIMDNativeOps.h.

◆ allEqual() [1/3]

static forcedinline bool JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::allEqual ( __m128  a,
__m128  b 
)
inlinestaticnoexcept

Definition at line 92 of file juce_sse_SIMDNativeOps.h.

◆ allEqual() [2/3]

static forcedinline bool JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::allEqual ( __m256  a,
__m256  b 
)
inlinestaticnoexcept

Definition at line 93 of file juce_avx_SIMDNativeOps.h.

◆ allEqual() [3/3]

static forcedinline bool juce::dsp::SIMDNativeOps< float >::allEqual ( vSIMDType  a,
vSIMDType  b 
)
inlinestaticnoexcept

Definition at line 437 of file juce_neon_SIMDNativeOps.h.

◆ bit_and() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::bit_and ( __m128  a,
__m128  b 
)
inlinestaticnoexcept

Definition at line 81 of file juce_sse_SIMDNativeOps.h.

◆ bit_and() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::bit_and ( __m256  a,
__m256  b 
)
inlinestaticnoexcept

Definition at line 82 of file juce_avx_SIMDNativeOps.h.

◆ bit_and() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::bit_and ( vSIMDType  a,
vSIMDType  b 
)
inlinestaticnoexcept

Definition at line 426 of file juce_neon_SIMDNativeOps.h.

◆ bit_not() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::bit_not ( __m128  a)
inlinestaticnoexcept

Definition at line 85 of file juce_sse_SIMDNativeOps.h.

◆ bit_not() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::bit_not ( __m256  a)
inlinestaticnoexcept

Definition at line 86 of file juce_avx_SIMDNativeOps.h.

◆ bit_not() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::bit_not ( vSIMDType  a)
inlinestaticnoexcept

Definition at line 430 of file juce_neon_SIMDNativeOps.h.

◆ bit_notand() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::bit_notand ( __m128  a,
__m128  b 
)
inlinestaticnoexcept

Definition at line 84 of file juce_sse_SIMDNativeOps.h.

◆ bit_notand() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::bit_notand ( __m256  a,
__m256  b 
)
inlinestaticnoexcept

Definition at line 85 of file juce_avx_SIMDNativeOps.h.

◆ bit_notand() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::bit_notand ( vSIMDType  a,
vSIMDType  b 
)
inlinestaticnoexcept

Definition at line 429 of file juce_neon_SIMDNativeOps.h.

◆ bit_or() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::bit_or ( __m128  a,
__m128  b 
)
inlinestaticnoexcept

Definition at line 82 of file juce_sse_SIMDNativeOps.h.

◆ bit_or() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::bit_or ( __m256  a,
__m256  b 
)
inlinestaticnoexcept

Definition at line 83 of file juce_avx_SIMDNativeOps.h.

◆ bit_or() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::bit_or ( vSIMDType  a,
vSIMDType  b 
)
inlinestaticnoexcept

Definition at line 427 of file juce_neon_SIMDNativeOps.h.

◆ bit_xor() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::bit_xor ( __m128  a,
__m128  b 
)
inlinestaticnoexcept

Definition at line 83 of file juce_sse_SIMDNativeOps.h.

◆ bit_xor() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::bit_xor ( __m256  a,
__m256  b 
)
inlinestaticnoexcept

Definition at line 84 of file juce_avx_SIMDNativeOps.h.

◆ bit_xor() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::bit_xor ( vSIMDType  a,
vSIMDType  b 
)
inlinestaticnoexcept

Definition at line 428 of file juce_neon_SIMDNativeOps.h.

◆ cmplxmul() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::cmplxmul ( __m128  a,
__m128  b 
)
inlinestaticnoexcept

Definition at line 103 of file juce_sse_SIMDNativeOps.h.

◆ cmplxmul() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::cmplxmul ( __m256  a,
__m256  b 
)
inlinestaticnoexcept

Definition at line 117 of file juce_avx_SIMDNativeOps.h.

◆ cmplxmul() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::cmplxmul ( vSIMDType  a,
vSIMDType  b 
)
inlinestaticnoexcept

Definition at line 446 of file juce_neon_SIMDNativeOps.h.

◆ dupeven() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::dupeven ( __m128  a)
inlinestaticnoexcept

Definition at line 94 of file juce_sse_SIMDNativeOps.h.

◆ dupeven() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::dupeven ( __m256  a)
inlinestaticnoexcept

Definition at line 94 of file juce_avx_SIMDNativeOps.h.

◆ dupeven() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::dupeven ( vSIMDType  a)
inlinestaticnoexcept

Definition at line 439 of file juce_neon_SIMDNativeOps.h.

◆ dupodd() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::dupodd ( __m128  a)
inlinestaticnoexcept

Definition at line 95 of file juce_sse_SIMDNativeOps.h.

◆ dupodd() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::dupodd ( __m256  a)
inlinestaticnoexcept

Definition at line 95 of file juce_avx_SIMDNativeOps.h.

◆ dupodd() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::dupodd ( vSIMDType  a)
inlinestaticnoexcept

Definition at line 440 of file juce_neon_SIMDNativeOps.h.

◆ equal() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::equal ( __m128  a,
__m128  b 
)
inlinestaticnoexcept

Definition at line 88 of file juce_sse_SIMDNativeOps.h.

◆ equal() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::equal ( __m256  a,
__m256  b 
)
inlinestaticnoexcept

Definition at line 89 of file juce_avx_SIMDNativeOps.h.

◆ equal() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::equal ( vSIMDType  a,
vSIMDType  b 
)
inlinestaticnoexcept

Definition at line 433 of file juce_neon_SIMDNativeOps.h.

◆ expand() [1/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::expand ( float  s)
inlinestaticnoexcept

Definition at line 76 of file juce_avx_SIMDNativeOps.h.

◆ expand() [2/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::expand ( float  s)
inlinestaticnoexcept

Definition at line 418 of file juce_neon_SIMDNativeOps.h.

◆ expand() [3/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::expand ( float  s)
inlinestaticnoexcept

Definition at line 75 of file juce_sse_SIMDNativeOps.h.

◆ get() [1/3]

static forcedinline float JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::get ( __m128  v,
size_t  i 
)
inlinestaticnoexcept

Definition at line 98 of file juce_sse_SIMDNativeOps.h.

◆ get() [2/3]

static forcedinline float JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::get ( __m256  v,
size_t  i 
)
inlinestaticnoexcept

Definition at line 97 of file juce_avx_SIMDNativeOps.h.

◆ get() [3/3]

static forcedinline float juce::dsp::SIMDNativeOps< float >::get ( vSIMDType  v,
size_t  i 
)
inlinestaticnoexcept

Definition at line 420 of file juce_neon_SIMDNativeOps.h.

◆ greaterThan() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::greaterThan ( __m128  a,
__m128  b 
)
inlinestaticnoexcept

Definition at line 90 of file juce_sse_SIMDNativeOps.h.

◆ greaterThan() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::greaterThan ( __m256  a,
__m256  b 
)
inlinestaticnoexcept

Definition at line 91 of file juce_avx_SIMDNativeOps.h.

◆ greaterThan() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::greaterThan ( vSIMDType  a,
vSIMDType  b 
)
inlinestaticnoexcept

Definition at line 435 of file juce_neon_SIMDNativeOps.h.

◆ greaterThanOrEqual() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::greaterThanOrEqual ( __m128  a,
__m128  b 
)
inlinestaticnoexcept

Definition at line 91 of file juce_sse_SIMDNativeOps.h.

◆ greaterThanOrEqual() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::greaterThanOrEqual ( __m256  a,
__m256  b 
)
inlinestaticnoexcept

Definition at line 92 of file juce_avx_SIMDNativeOps.h.

◆ greaterThanOrEqual() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::greaterThanOrEqual ( vSIMDType  a,
vSIMDType  b 
)
inlinestaticnoexcept

Definition at line 436 of file juce_neon_SIMDNativeOps.h.

◆ load() [1/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::load ( const float a)
inlinestaticnoexcept

Definition at line 77 of file juce_avx_SIMDNativeOps.h.

◆ load() [2/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::load ( const float a)
inlinestaticnoexcept

Definition at line 419 of file juce_neon_SIMDNativeOps.h.

◆ load() [3/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::load ( const float a)
inlinestaticnoexcept

Definition at line 76 of file juce_sse_SIMDNativeOps.h.

◆ max() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::max ( __m128  a,
__m128  b 
)
inlinestaticnoexcept

Definition at line 87 of file juce_sse_SIMDNativeOps.h.

◆ max() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::max ( __m256  a,
__m256  b 
)
inlinestaticnoexcept

Definition at line 88 of file juce_avx_SIMDNativeOps.h.

◆ max() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::max ( vSIMDType  a,
vSIMDType  b 
)
inlinestaticnoexcept

Definition at line 432 of file juce_neon_SIMDNativeOps.h.

◆ min() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::min ( __m128  a,
__m128  b 
)
inlinestaticnoexcept

Definition at line 86 of file juce_sse_SIMDNativeOps.h.

◆ min() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::min ( __m256  a,
__m256  b 
)
inlinestaticnoexcept

Definition at line 87 of file juce_avx_SIMDNativeOps.h.

◆ min() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::min ( vSIMDType  a,
vSIMDType  b 
)
inlinestaticnoexcept

Definition at line 431 of file juce_neon_SIMDNativeOps.h.

◆ mul() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::mul ( __m128  a,
__m128  b 
)
inlinestaticnoexcept

Definition at line 80 of file juce_sse_SIMDNativeOps.h.

◆ mul() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::mul ( __m256  a,
__m256  b 
)
inlinestaticnoexcept

Definition at line 81 of file juce_avx_SIMDNativeOps.h.

◆ mul() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::mul ( vSIMDType  a,
vSIMDType  b 
)
inlinestaticnoexcept

Definition at line 425 of file juce_neon_SIMDNativeOps.h.

◆ multiplyAdd() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::multiplyAdd ( __m128  a,
__m128  b,
__m128  c 
)
inlinestaticnoexcept

Definition at line 93 of file juce_sse_SIMDNativeOps.h.

◆ multiplyAdd() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::multiplyAdd ( __m256  a,
__m256  b,
__m256  c 
)
inlinestaticnoexcept

Definition at line 101 of file juce_avx_SIMDNativeOps.h.

◆ multiplyAdd() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::multiplyAdd ( vSIMDType  a,
vSIMDType  b,
vSIMDType  c 
)
inlinestaticnoexcept

Definition at line 438 of file juce_neon_SIMDNativeOps.h.

◆ notEqual() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::notEqual ( __m128  a,
__m128  b 
)
inlinestaticnoexcept

Definition at line 89 of file juce_sse_SIMDNativeOps.h.

◆ notEqual() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::notEqual ( __m256  a,
__m256  b 
)
inlinestaticnoexcept

Definition at line 90 of file juce_avx_SIMDNativeOps.h.

◆ notEqual() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::notEqual ( vSIMDType  a,
vSIMDType  b 
)
inlinestaticnoexcept

Definition at line 434 of file juce_neon_SIMDNativeOps.h.

◆ oddevensum() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::oddevensum ( __m128  a)
inlinestaticnoexcept

Definition at line 97 of file juce_sse_SIMDNativeOps.h.

◆ oddevensum() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::oddevensum ( __m256  a)
inlinestaticnoexcept

Definition at line 110 of file juce_avx_SIMDNativeOps.h.

◆ oddevensum() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::oddevensum ( vSIMDType  a)
inlinestaticnoexcept

Definition at line 442 of file juce_neon_SIMDNativeOps.h.

◆ set() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::set ( __m128  v,
size_t  i,
float  s 
)
inlinestaticnoexcept

Definition at line 99 of file juce_sse_SIMDNativeOps.h.

◆ set() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::set ( __m256  v,
size_t  i,
float  s 
)
inlinestaticnoexcept

Definition at line 98 of file juce_avx_SIMDNativeOps.h.

◆ set() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::set ( vSIMDType  v,
size_t  i,
float  s 
)
inlinestaticnoexcept

Definition at line 421 of file juce_neon_SIMDNativeOps.h.

◆ store() [1/3]

static forcedinline void JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::store ( __m128  value,
float dest 
)
inlinestaticnoexcept

Definition at line 77 of file juce_sse_SIMDNativeOps.h.

◆ store() [2/3]

static forcedinline void JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::store ( __m256  value,
float dest 
)
inlinestaticnoexcept

Definition at line 78 of file juce_avx_SIMDNativeOps.h.

◆ store() [3/3]

static forcedinline void juce::dsp::SIMDNativeOps< float >::store ( vSIMDType  value,
float a 
)
inlinestaticnoexcept

Definition at line 422 of file juce_neon_SIMDNativeOps.h.

◆ sub() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::sub ( __m128  a,
__m128  b 
)
inlinestaticnoexcept

Definition at line 79 of file juce_sse_SIMDNativeOps.h.

◆ sub() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::sub ( __m256  a,
__m256  b 
)
inlinestaticnoexcept

Definition at line 80 of file juce_avx_SIMDNativeOps.h.

◆ sub() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::sub ( vSIMDType  a,
vSIMDType  b 
)
inlinestaticnoexcept

Definition at line 424 of file juce_neon_SIMDNativeOps.h.

◆ sum() [1/3]

static forcedinline float JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::sum ( __m128  a)
inlinestaticnoexcept

Definition at line 110 of file juce_sse_SIMDNativeOps.h.

◆ sum() [2/3]

static forcedinline float JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::sum ( __m256  a)
inlinestaticnoexcept

Definition at line 124 of file juce_avx_SIMDNativeOps.h.

◆ sum() [3/3]

static forcedinline float juce::dsp::SIMDNativeOps< float >::sum ( vSIMDType  a)
inlinestaticnoexcept

Definition at line 453 of file juce_neon_SIMDNativeOps.h.

◆ swapevenodd() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::swapevenodd ( __m128  a)
inlinestaticnoexcept

Definition at line 96 of file juce_sse_SIMDNativeOps.h.

◆ swapevenodd() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::swapevenodd ( __m256  a)
inlinestaticnoexcept

Definition at line 96 of file juce_avx_SIMDNativeOps.h.

◆ swapevenodd() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::swapevenodd ( vSIMDType  a)
inlinestaticnoexcept

Definition at line 441 of file juce_neon_SIMDNativeOps.h.

◆ truncate() [1/3]

static forcedinline __m128 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::truncate ( __m128  a)
inlinestaticnoexcept

Definition at line 100 of file juce_sse_SIMDNativeOps.h.

◆ truncate() [2/3]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::truncate ( __m256  a)
inlinestaticnoexcept

Definition at line 99 of file juce_avx_SIMDNativeOps.h.

◆ truncate() [3/3]

static forcedinline vSIMDType juce::dsp::SIMDNativeOps< float >::truncate ( vSIMDType  a)
inlinestaticnoexcept

Definition at line 443 of file juce_neon_SIMDNativeOps.h.

◆ vconst() [1/2]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::vconst ( const float a)
inlinestaticnoexcept

Definition at line 74 of file juce_avx_SIMDNativeOps.h.

◆ vconst() [2/2]

static forcedinline __m256 JUCE_VECTOR_CALLTYPE juce::dsp::SIMDNativeOps< float >::vconst ( const int32_t a)
inlinestaticnoexcept

Definition at line 75 of file juce_avx_SIMDNativeOps.h.


The documentation for this struct was generated from the following files: