Skip to content

Commit 1156d9b

Browse files
committed
Add missing period
1 parent 9ce26a9 commit 1156d9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/inline-assembly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ Here is the list of currently supported register classes:
645645
> - On x86 we treat `reg_byte` differently from `reg` because the compiler can allocate `al` and `ah` separately whereas `reg` reserves the whole register.
646646
> - On x86-64 the high byte registers (e.g. `ah`) are not available in the `reg_byte` register class.
647647
> - Some register classes are marked as "Only clobbers" which means that registers in these classes cannot be used for inputs or outputs, only clobbers of the form `out(<explicit register>) _` or `lateout(<explicit register>) _`.
648-
> - The `spe_acc` register is only available on PowerPC SPE targets
648+
> - The `spe_acc` register is only available on PowerPC SPE targets.
649649
650650
r[asm.register-operands.value-type-constraints]
651651
Each register class has constraints on which value types they can be used with. This is necessary because the way a value is loaded into a register depends on its type. For example, on big-endian systems, loading a `i32x4` and a `i8x16` into a SIMD register may result in different register contents even if the byte-wise memory representation of both values is identical. The availability of supported types for a particular register class may depend on what target features are currently enabled.

0 commit comments

Comments
 (0)