From 784db03bdff3730984eea68297a530655be74184 Mon Sep 17 00:00:00 2001 From: pkivolowitz Date: Wed, 3 Jul 2024 15:08:39 -0500 Subject: [PATCH] Update working.md --- section_2/float/working.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/section_2/float/working.md b/section_2/float/working.md index 6111807..01d0ffc 100644 --- a/section_2/float/working.md +++ b/section_2/float/working.md @@ -25,10 +25,6 @@ registers. We say aliases because, like the integer registers, how you reference a floating point register determines how it is interpreted. -For example, in the following image, note the overlap of two single -precision floats within a single double precision floating point -register. - *NOTE NOTE NOTE* To keep to our promise of simplicity for now, consider only `B0`, `H0`, `S0` and `D0`. The remainder of the image ([from The Eclectic Light Company](https://eclecticlight.co/2021/08/23/code-in-arm-assembly-lanes-and-loads-in-neon/)) deals with SIMD, covered