We at Krita are looking for a replacement to Vc that will enable us to support the Arm architecture; mainly for Android, but Apple silicon comes for free as well.
A key requirement is the need for supporting a broad range of instruction sets in the same binary, from SSE2 to AVX2+FMA, and dispatch the call to the correct function. However, I do not see any way to perform this with Enoki. Does it allow such an use case?
:wave:
We at Krita are looking for a replacement to Vc that will enable us to support the Arm architecture; mainly for Android, but Apple silicon comes for free as well.
A key requirement is the need for supporting a broad range of instruction sets in the same binary, from SSE2 to AVX2+FMA, and dispatch the call to the correct function. However, I do not see any way to perform this with Enoki. Does it allow such an use case?