Michał Witanowski
Michał Witanowski
I'm afraid that we can't do "switching between SSE/AVX" at the runtime. Most of Vector class methods are implemented in the header and is inlined everywhere. Theoretically we could implement...
We have a VS project named "nfCorePerfTest", but I was wondering if we could avoid this projects explosion - there should be also stress tests, which gives 6 test project...
Please define "it's not possible". Can you provide exact repro steps, how are you compiling, on what machine, etc.? The code compiles fine for aarch64 on master branch: ``` witek902@ampere-arm-test:~/Caissa$...
Not sure about Android, but I want to fix Linux build in the near future for both x64 and aarch64 and introduce NEON instruction set support.