Compile time facilities
I am trying to write a function that compares a SIMD variable against a a sequence of other SIMD vectors that are determined by a function parameter and I want the function to do as much as possible at compile time. Ideally so that at runtime the function just has a structure like
Currently I have it like this
But I am not sure if this does everything I want at compile time and if there are other things I can do to do that?
Currently I have it like this
But I am not sure if this does everything I want at compile time and if there are other things I can do to do that?
