How to do 80-bit floating point arithmetic with the Aarch64 architecture?
To give more context to what I asked in the title: I’m using VS C++, and I need to read an 80-bit floating point number from memory and format it into a human-readable form. I can somewhat do it for the Intel x64/x86 architecture, but I’m struggling to figure out how to do it for Aarch64.
How to do 80-bit floating point arithmetic with the Aarch64 architecture?
To give more context to what I asked in the title: I’m using VS C++, and I need to read an 80-bit floating point number from memory and format it into a human-readable form. I can somewhat do it for the Intel x64/x86 architecture, but I’m struggling to figure out how to do it for Aarch64.