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
Loading...
Searching...
No Matches
Classes | Typedefs
juce::dsp::SIMDInternal Namespace Reference

A template specialisation to find corresponding mask type for primitives. More...

Classes

struct  Log2Helper
 
struct  Log2Helper< 1 >
 
struct  MaskTypeFor
 
struct  MaskTypeFor< char >
 
struct  MaskTypeFor< double >
 
struct  MaskTypeFor< float >
 
struct  MaskTypeFor< int16_t >
 
struct  MaskTypeFor< int32_t >
 
struct  MaskTypeFor< int64_t >
 
struct  MaskTypeFor< int8_t >
 
struct  MaskTypeFor< std::complex< double > >
 
struct  MaskTypeFor< std::complex< float > >
 
struct  PrimitiveType
 
struct  PrimitiveType< std::complex< Primitive > >
 

Typedefs

template<typename Primitive >
using MaskType = typename MaskTypeFor< Primitive >::type
 

Detailed Description

A template specialisation to find corresponding mask type for primitives.


Class Documentation

◆ juce::dsp::SIMDInternal::MaskTypeFor

struct juce::dsp::SIMDInternal::MaskTypeFor
template<typename Primitive>
struct juce::dsp::SIMDInternal::MaskTypeFor< Primitive >

Definition at line 32 of file juce_SIMDNativeOps_fallback.h.

Class Members
typedef Primitive type

◆ juce::dsp::SIMDInternal::MaskTypeFor< char >

struct juce::dsp::SIMDInternal::MaskTypeFor< char >

Definition at line 35 of file juce_SIMDNativeOps_fallback.h.

Class Members
typedef uint8_t type

◆ juce::dsp::SIMDInternal::MaskTypeFor< double >

struct juce::dsp::SIMDInternal::MaskTypeFor< double >

Definition at line 34 of file juce_SIMDNativeOps_fallback.h.

Class Members
typedef uint64_t type

◆ juce::dsp::SIMDInternal::MaskTypeFor< float >

struct juce::dsp::SIMDInternal::MaskTypeFor< float >

Definition at line 33 of file juce_SIMDNativeOps_fallback.h.

Class Members
typedef uint32_t type

◆ juce::dsp::SIMDInternal::MaskTypeFor< int16_t >

struct juce::dsp::SIMDInternal::MaskTypeFor< int16_t >

Definition at line 37 of file juce_SIMDNativeOps_fallback.h.

Class Members
typedef uint16_t type

◆ juce::dsp::SIMDInternal::MaskTypeFor< int32_t >

struct juce::dsp::SIMDInternal::MaskTypeFor< int32_t >

Definition at line 38 of file juce_SIMDNativeOps_fallback.h.

Class Members
typedef uint32_t type

◆ juce::dsp::SIMDInternal::MaskTypeFor< int64_t >

struct juce::dsp::SIMDInternal::MaskTypeFor< int64_t >

Definition at line 39 of file juce_SIMDNativeOps_fallback.h.

Class Members
typedef uint64_t type

◆ juce::dsp::SIMDInternal::MaskTypeFor< int8_t >

struct juce::dsp::SIMDInternal::MaskTypeFor< int8_t >

Definition at line 36 of file juce_SIMDNativeOps_fallback.h.

Class Members
typedef uint8_t type

◆ juce::dsp::SIMDInternal::MaskTypeFor< std::complex< double > >

struct juce::dsp::SIMDInternal::MaskTypeFor< std::complex< double > >

Definition at line 41 of file juce_SIMDNativeOps_fallback.h.

Class Members
typedef uint64_t type

◆ juce::dsp::SIMDInternal::MaskTypeFor< std::complex< float > >

struct juce::dsp::SIMDInternal::MaskTypeFor< std::complex< float > >

Definition at line 40 of file juce_SIMDNativeOps_fallback.h.

Class Members
typedef uint32_t type

◆ juce::dsp::SIMDInternal::PrimitiveType

struct juce::dsp::SIMDInternal::PrimitiveType
template<typename Primitive>
struct juce::dsp::SIMDInternal::PrimitiveType< Primitive >

Definition at line 45 of file juce_SIMDNativeOps_fallback.h.

Class Members
typedef remove_cv_t< Primitive > type

◆ juce::dsp::SIMDInternal::PrimitiveType< std::complex< Primitive > >

struct juce::dsp::SIMDInternal::PrimitiveType< std::complex< Primitive > >
template<typename Primitive>
struct juce::dsp::SIMDInternal::PrimitiveType< std::complex< Primitive > >

Definition at line 46 of file juce_SIMDNativeOps_fallback.h.

Class Members
typedef remove_cv_t< Primitive > type

Typedef Documentation

◆ MaskType

template<typename Primitive >
using juce::dsp::SIMDInternal::MaskType = typedef typename MaskTypeFor<Primitive>::type

Definition at line 43 of file juce_SIMDNativeOps_fallback.h.