Skip to content

Commit 6e4dcc1

Browse files
committed
review floating point behavior Learning Path
1 parent aaadc93 commit 6e4dcc1

File tree

1 file changed

+1
-1
lines changed
  • content/learning-paths/cross-platform/floating-point-behavior

1 file changed

+1
-1
lines changed

content/learning-paths/cross-platform/floating-point-behavior/how-to-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This Learning Path explores floating-point behavior across x86 and Arm architect
1212

1313
Any differences you encounter are limited to special undefined cases where the IEEE 754 standard explicitly permits different implementations. These cases represent edge conditions that can be avoided, not fundamental differences in floating-point results.
1414

15-
Arm processors provide completely reliable and accurate floating-point computation that is equivalent to x86 for all standard mathematical operations. By understanding the nuances of floating-point arithmetic and following best practices, you can write portable and robust code that performs consistently across platforms.
15+
Arm processors provide accurate floating-point computation that is comparable to x86 for all standard mathematical operations. By understanding the nuances of floating-point arithmetic and following best practices, you can write portable and robust code that performs consistently across platforms.
1616

1717
## Review of floating-point numbers
1818

0 commit comments

Comments
 (0)