I'm working on a high-performance application where every bit of time counts.
LabVIEW's parallel execution helps but we are having to write individual functions in C so we can try out the AVX instructions available on modern processors.
LabVIEW recently used SSE2 so I guess the compiler supports this (well, LLVM certainly does). It would be good to have an advanced option to enable more recent updates (AVX+) to avoid going to C!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.