From 528a8b14734b1dfcf33f1bfca1c635fee1071c6b Mon Sep 17 00:00:00 2001 From: Perry Kivolowitz Date: Thu, 21 Jul 2022 11:08:48 -0500 Subject: [PATCH] added link to rounding.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 01d7070..831a7de 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,9 @@ the 64 bit ARM Instruction Set Architecture (ISA). | .... b | [.... Registers (simplified)](./section_1/float/working.md) | .... c | [.... Literals](./section_1/float/literals.md) | .... d | [.... `fmov`](./section_1/float/) -| .... e | [.... Conversion To / From Integers](./section_1/float/) -| .... f | [.... Rounding](./section_1/float/) -| .... g | [.... Four Basic Operations](./section_1/float/) -| .... h | [.... Selected Additional Operations](./section_1/float/) +| .... e | [.... Conversion To / From Integers](./section_1/float/rounding.md) +| .... f | [.... Four Basic Operations](./section_1/float/) +| .... g | [.... Selected Additional Operations](./section_1/float/) | .... z | [.... Half Precision Floats](./section_1/float/half.md) ## Section 2 - Bit Manipulation