Skip to content

Commit e31c308

Browse files
committed
Change floating point behavior directory name
1 parent 05f6ad2 commit e31c308

File tree

9 files changed

+0
-6
lines changed

9 files changed

+0
-6
lines changed

content/learning-paths/cross-platform/floating-point-rounding-errors/_index.md renamed to content/learning-paths/cross-platform/floating-point-behavior/_index.md

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

4-
draft: true
5-
cascade:
6-
draft: true
7-
8-
minutes_to_complete: 30
9-
104
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.
115

126
learning_objectives:

0 commit comments

Comments
 (0)