Skip to content

Commit fa7caae

Browse files
committed
Moving FP learning path to draft until Google feedback is addressed
1 parent f4da3c0 commit fa7caae

File tree

1 file changed

+4
-0
lines changed
  • content/learning-paths/cross-platform/floating-point-rounding-errors

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
title: Explore floating-point differences between x86 and Arm
33

4+
draft: true
5+
cascade:
6+
draft: true
7+
48
minutes_to_complete: 30
59

610
who_is_this_for: This is an introductory topic for developers who are porting applications from x86 to Arm and want to understand how floating-point behavior differs between these architectures - particularly in the context of numerical consistency, performance, and debugging subtle bugs.

0 commit comments

Comments
 (0)