mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 00:26:46 +08:00
Update working.md
This commit is contained in:
parent
f1dd2bea49
commit
784db03bdf
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue