Skip to content

Commit 89f917e

Browse files
Amanieubjorn3
andauthored
Update text/0000-inline-asm.md
Co-authored-by: bjorn3 <[email protected]>
1 parent 1dbeaf9 commit 89f917e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-inline-asm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ Only the following types are allowed as operands for inline assembly:
442442
- Floating-point numbers
443443
- Pointers (thin only)
444444
- 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).
446446

447447
Here is the list of currently supported register classes:
448448

0 commit comments

Comments
 (0)