Is it possible to use LLVM instructions for vector operations not implemented in the standard library?

Here is an example of dynamic shuffle that Zig does not support, but LLVM does:

1 Like