Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/arch/m68k/softfloat
Module Name: src
Committed By: nat
Date: Wed Sep 17 11:32:06 UTC 2025
Modified Files:
src/lib/libc/arch/m68k/softfloat: softfloat.h
Log Message:
Store 80 bit floats properly on m68k.
The libc/softfloat would store the high word as a short, where as gcc
will store it as a long with the sign and 15 bit exponent in the high bytes.
I had to use the __packed attribute as they were stored with an 8-byte
alignment....Why????
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/arch/m68k/softfloat/softfloat.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index