Skip to content

Commit 9c82fd5

Browse files
committed
Remove trailing whitespace
1 parent be91cf1 commit 9c82fd5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

arch/inst/F/fadd.s.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
$schema: "inst_schema.json#"
44
kind: instruction
55
name: fadd.s
6-
long_name: Single-precision floating-point addition
6+
long_name: Single-precision floating-point addition
77
description: |
8-
Do the single-precision floating-point addition of fs1 and fs2 and store the result in fd.
9-
rm is the dynamic Rounding Mode.
8+
Do the single-precision floating-point addition of fs1 and fs2 and store the result in fd.
9+
rm is the dynamic Rounding Mode.
1010
definedBy: F
1111
assembly: fd, fs1, fs2, rm
1212
encoding:

arch/inst/F/fsub.s.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ kind: instruction
55
name: fsub.s
66
long_name: Single-precision floating-point subtraction
77
description: |
8-
Do the single-precision floating-point subtraction of fs2 from fs1 and store the result in fd.
9-
rm is the dynamic Rounding Mode.
8+
Do the single-precision floating-point subtraction of fs2 from fs1 and store the result in fd.
9+
rm is the dynamic Rounding Mode.
1010
definedBy: F
1111
assembly: fd, fs1, fs2, rm
1212
encoding:

0 commit comments

Comments
 (0)