Is auto vectorization turned on for hise? (Clang)
-
Is auto vectorization turned on for the hise compiler? I'm very unknowledgeable about this and have only just started to explore it and I have a suspicion this is true? My c++ nodes get significantly more efficient when I do things such as create loops that have predictable numbers of iterations. Leading me to believe there is already simd. I've been debating whether I should try and get XSIMD working in my c++ nodes, because I really care about efficiency in vsts, but if clang is on the job already, there is probably not as much need.