From aa90ec83a0d9ae3807d0bf9739f9cf55eca1a41f Mon Sep 17 00:00:00 2001 From: Jason Andrews Date: Fri, 12 Sep 2025 08:48:10 -0500 Subject: [PATCH] add time to complete to floating point behavior --- .../cross-platform/floating-point-behavior/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/learning-paths/cross-platform/floating-point-behavior/_index.md b/content/learning-paths/cross-platform/floating-point-behavior/_index.md index b874cff155..0d9f1dad10 100644 --- a/content/learning-paths/cross-platform/floating-point-behavior/_index.md +++ b/content/learning-paths/cross-platform/floating-point-behavior/_index.md @@ -1,6 +1,8 @@ --- title: Understand floating-point behavior across x86 and Arm architectures +minutes_to_complete: 30 + 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. learning_objectives: