Files
wasmtime/cranelift/codegen/src
Andrew Brown 508f8fa5a9 [x64] Add i64x2.abs
This instruction has a single instruction lowering in AVX512F/VL and a three instruction lowering in AVX but neither is currently supported in the x64 backend. To implement this, we instead subtract the vector from 0 and use a blending instruction to pick the lanes containing the absolute value.
2021-03-02 12:30:02 -08:00
..
2020-11-11 12:36:17 +01:00
2021-03-02 12:30:02 -08:00
2021-02-18 13:01:01 +01:00