Skip to content

Commit aa90ec8

Browse files
committed
add time to complete to floating point behavior
1 parent f12b94d commit aa90ec8

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

content/learning-paths/cross-platform/floating-point-behavior/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Understand floating-point behavior across x86 and Arm architectures
33

4+
minutes_to_complete: 30
5+
46
who_is_this_for: This is an introductory topic for developers who are porting applications from x86 to Arm and want to understand floating-point behavior across these architectures. Both architectures provide reliable and consistent floating-point computation following the IEEE 754 standard.
57

68
learning_objectives:

0 commit comments

Comments
 (0)