We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4626f4c commit c930220Copy full SHA for c930220
BinaryEncoding.md
@@ -70,7 +70,7 @@ and counting downwards.
70
| `0xff` | reserved | Reserved for unknown future language evolution :milky_way: |
71
| `0xfe` | threads | Expected to be used for [atomics :unicorn:][future threads] |
72
| `0xfd` | simd | Expected to be used for [SIMD :unicorn:][future simd] |
73
-| `0xfc` | numeric | Numeric operations :bowling: |
+| `0xfc` | misc | Miscellaneous operations :bowling: |
74
75
## Language Types
76
0 commit comments