Posts

Post not yet marked as solved
3 Replies
Thanks for your help! Actually I don't think this is exactly what I wanted (sum of all element-wise products of two arrays), I misinterpreted the description of the function. In the meantime I already created my own arm neon assembler-code for that purpose.
Post not yet marked as solved
3 Replies
Ah I guess this must be the right function https://developer.apple.com/documentation/accelerate/vdsp/3240838-add#declaration But how do I use this with c++?
Post not yet marked as solved
5 Replies
Post not yet marked as solved
2 Replies
After 1 1/2 year, how is the current c++17 library support in XCode. I'm trying to use std::execution but it looks like it doesn't exist. 😟