C++ and SIMD Integration (Parallel processing)
-
This may be a question for @Christoph-Hart
I've been writing some external 3rd party C++ nodes for scriptnode, and I'm looking at optimisations.
Can you tell me whether there is any parallel processing going on in HISE, and whether I have access to it?I was just wondering if there was something already in place that I could tap into for parallel processing, without having to use IPP, or if the best way is to enable IPP and use that.
Thanks in advance.