Skip to content

Commit 668116b

Browse files
Merge pull request #2315 from jasonrandrews/review
review floating point behavior Learning Path
2 parents dc7fe0f + 6e4dcc1 commit 668116b

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)