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
2020-07-17 12:03:17 +02:00
2020-04-15 17:21:28 -07:00
2019-10-24 17:20:12 -07:00
2021-02-18 13:01:01 +01:00
2020-07-16 14:56:11 +03:00