Files
wasmtime/cranelift/filetests/filetests
Andrew Brown 6fe86bcb61 Fix SIMD float comparison encoding (#1285)
The Intel manual uses `CMPNLT` and `CMPNLE` to denote not-less-than and not-less-than-or-equals. These were translated previously to `FloatCC::GreaterThan` and `FloatCC::GreaterThanOrEqual` but should be correctly translated to `FloatCC::UnorderedOrGreaterThanOrEqual` and `FloatCC::UnorderedOrGreaterThan`. This change adds the necessary legalizations to make use of these new encodings.
2020-01-08 09:28:05 -08:00
..
2019-07-31 15:20:08 +02:00
2019-04-28 16:32:01 -07:00
2020-01-06 14:39:04 +01:00
2019-11-05 14:36:03 -08:00