71 using MaskType = SIMDInternal::MaskType<ElementType>;
77 using PrimitiveType =
typename SIMDInternal::PrimitiveType<ElementType>::type;
134 return {CmplxOps::load (a)};
141 CmplxOps::store (value, a);
150 return CmplxOps::get (value, idx);
158 value = CmplxOps::set (value, idx, v);
171 inline ElementAccess JUCE_VECTOR_CALLTYPE
operator[] (
size_t idx)
noexcept
174 return ElementAccess (*
this, idx);
265 inline bool JUCE_VECTOR_CALLTYPE
operator== (
SIMDRegister other)
const noexcept {
return NativeOps::allEqual (value, other.value); }
274 inline bool JUCE_VECTOR_CALLTYPE
operator!= (Type s)
const noexcept {
return ! (*
this == s); }
318 return { CmplxOps::muladd (a.value, b.value, c.value) };
342 return (
reinterpret_cast<uintptr_t
> (ptr) & bitmask) == 0;
388 u.in = CmplxSIMDOps<MaskType>::expand (a);