Update working.md

This commit is contained in:
pkivolowitz 2024-07-03 15:08:39 -05:00 committed by GitHub
parent f1dd2bea49
commit 784db03bdf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,10 +25,6 @@ registers.
We say aliases because, like the integer registers, how you reference a We say aliases because, like the integer registers, how you reference a
floating point register determines how it is interpreted. 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 *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 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 Eclectic Light Company](https://eclecticlight.co/2021/08/23/code-in-arm-assembly-lanes-and-loads-in-neon/)) deals with SIMD, covered