xSIMD and hise? Is it integrated already
-
I noticed that xSIMD is being used in hise for parallel processing for the RTNeural.
Is that true? And can 3rd party c++ notes tap into that?
If so how can I include it in my node, I can't seem to find the xSIMD files inside of hise project files, but it does exist in Hise Develop. Not sure whether that means we aren't actually using xSIMD in hise. -
@griffinboy It apparently is avail in SNEX, so I would imagine it is straight forward in C++, unless it effectively needs a manual inclusion...
Have a search in the folder
Hise/tools/snex_playground/test_files
, there are some examples -
Oh no way, thanks.
It's funny I had plans to integrate it myself and was very surprised to find it had been sneakily introduced.