Add XSIMD to hi_tools by default?
-
Can we have a better way to include XSIMD in a C++ node please?
I find myself using XSIMD more and more lately in my c++ nodes (for Filters), and currently every developer I hand my code to, I have to get them to rebuild hise with the following edit to hi_tools:
#include "hi_neural/RTNeural/modules/xsimd/xsimd.hpp"
It would be really helpful if this could be included via an easier route! Either included in hi_tools by default, or via a flag, or via an include in the c++ nodes themselves.
Would that be possible? It's a change that basically only I would ask for, but still
I will ask