JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
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.

Typedef Documentation

◆ MaskType

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