How would one express something like NEON polynomial / crypto-ish integer mul (e.g. P8 vmul over GF(2^8)) in cranelift and how much of that can be mapped into what cranelift is able to emit on x86-64 target? Would this be done with multiple clif instructions somehow or is it better to just defer this to interpreted path?
How would one express something like NEON polynomial / crypto-ish integer mul (e.g. P8 vmul over GF(2^8)) in cranelift and how much of that can be mapped into what cranelift is able to emit on x86-64 target? Would this be done with multiple clif instructions somehow or is it better to just defer this to interpreted path?