You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: text/0000-inline-asm.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -442,7 +442,7 @@ Only the following types are allowed as operands for inline assembly:
442
442
- Floating-point numbers
443
443
- Pointers (thin only)
444
444
- Function pointers
445
-
- SIMD vectors (structs defined with `#[repr(simd)]` and which implement `Copy`). This includes archtecture-specific vector types defined in `std::arch` such as `__m128` (x86) or `int8x16_t` (ARM).
445
+
- SIMD vectors (structs defined with `#[repr(simd)]` and which implement `Copy`). This includes architecture-specific vector types defined in `std::arch` such as `__m128` (x86) or `int8x16_t` (ARM).
446
446
447
447
Here is the list of currently supported register classes:
0 commit comments