Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc
Module Name: src
Committed By: nat
Date: Wed Sep 17 11:37:39 UTC 2025
Modified Files:
src/lib/libc/arch/m68k/softfloat: softfloat.h
src/lib/libc/softfloat: softfloat-specialize
src/lib/libc/softfloat/bits64: softfloat.c
Log Message:
Shift the high word of floatx80 accordingly on m68k.
This is because gcc will store floatx80 as signbit(1)exponent(15) padding(32)
as opposed to sign and exponent in a short(16 bit) word.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/arch/m68k/softfloat/softfloat.h
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/softfloat/softfloat-specialize
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/softfloat/bits64/softfloat.c
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