mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
DSP: Allowed AudioBlocks of const elements
This commit is contained in:
parent
bdfbcff62d
commit
827055c2c1
9 changed files with 143 additions and 59 deletions
|
|
@ -358,13 +358,6 @@ struct SIMDRegister
|
|||
return snapPointerToAlignment (ptr, SIMDRegisterSize);
|
||||
}
|
||||
|
||||
#ifndef DOXYGEN
|
||||
static inline const ElementType* getNextSIMDAlignedPtr (const ElementType* ptr) noexcept
|
||||
{
|
||||
return snapPointerToAlignment (ptr, SIMDRegisterSize);
|
||||
}
|
||||
#endif
|
||||
|
||||
private:
|
||||
static inline vMaskType JUCE_VECTOR_CALLTYPE toMaskType (vSIMDType a) noexcept
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue