Files
wasmtime/cranelift/docs
Jakob Stoklund Olesen dbaa919ca9 Make room for SpecialType in the value type numbering.
The value types are now classified into three groups:

1. Lane types are scalar types that can also be used to form vectors.
2. Vector types 2-256 copies of a lane type.
3. Special types. This is where the CPU flag types will go.

The special types can't be used to form vectors.

Change the numbering scheme for value types to make room for the special
types and add `is_lane()` and `is_special()` classification methods.

The VOID type still has number 0, but it can no longer appear as a
vector lane. It classifies as special now.
2017-10-12 12:48:55 -07:00
..
2016-01-12 16:51:35 -08:00
2017-06-22 12:01:32 -07:00
2016-01-21 14:25:16 -08:00
2017-08-23 14:15:59 -07:00
2016-01-12 16:51:35 -08:00
2017-08-17 14:41:27 -07:00
2017-06-22 12:01:32 -07:00
2017-06-22 12:01:32 -07:00