-
Notifications
You must be signed in to change notification settings - Fork 2
replacement(s) for Accelerate #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
i should say, there are naive loop implementations for some things, others just dont work! |
I am really curious about this one as I haven't worked directly with SIMD before, so I'll see what I can figure out! It looks like some options might be to use juce_dsp (just the DSP library of juce, without the full juce framework), and / or XSIMD (unless for some reason we prefer SIMDe). I'll have to see what's provided OOTB with those options. |
Just an update on this, I think I have all the SIMD stuff ported over in my fork (it's all merged on my main branch). There's the Eigen PR currently open #20 and I have a PR to follow which implements the remaining operations using XSIMD. |
Apple's Accelerate is used in a number of places for SIMD math. there are currently naive loop implementations for when Accelerate is not available. we should
The text was updated successfully, but these errors were encountered: