Module Name:src
Committed By: uebayasi
Date: Fri May 23 03:05:56 UTC 2014
Modified Files:
src/lib/libc/arch/i386/gen: setjmp.S
Log Message:
Fix previous.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/arch/i386/gen/setjmp.S
Please note that d
Module Name:src
Committed By: drochner
Date: Fri Aug 31 20:57:24 UTC 2012
Modified Files:
src/lib/libc/arch/i386/gen: _lwp.c
Log Message:
Align the stack to a 16-byte boundary on LWP creation.
This is more than required by the ABI, but it makes programs using SSE
in a thre
Module Name:src
Committed By: christos
Date: Fri Sep 30 23:45:41 UTC 2011
Modified Files:
src/lib/libc/arch/i386/gen: fpsetround.S
Log Message:
don't use %edi!
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/i386/gen/fpsetround.S
Please not
Module Name:src
Committed By: christos
Date: Fri Sep 30 23:42:01 UTC 2011
Modified Files:
src/lib/libc/arch/i386/gen: flt_rounds.S fpgetround.S fpsetround.S
Log Message:
make rounding work
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/arch/i386
Module Name:src
Committed By: christos
Date: Thu Sep 29 22:53:13 UTC 2011
Modified Files:
src/lib/libc/arch/i386/gen: flt_rounds.S
Log Message:
even shorter
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/i386/gen/flt_rounds.S
Please note t
Module Name:src
Committed By: christos
Date: Thu Sep 29 22:46:00 UTC 2011
Modified Files:
src/lib/libc/arch/i386/gen: flt_rounds.S
Log Message:
add a simpler version
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/i386/gen/flt_rounds.S
Plea
Module Name:src
Committed By: joerg
Date: Sun May 22 20:11:47 UTC 2011
Modified Files:
src/lib/libc/arch/i386/gen: fixunsdfsi.S
Log Message:
Use a plain float constant, no need to deal with messy 0r prefix
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src
Module Name:src
Committed By: christos
Date: Wed Apr 6 21:55:36 UTC 2011
Modified Files:
src/lib/libc/arch/i386/gen: infinityl.c
Log Message:
fix long double infinity.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/arch/i386/gen/infinityl.c
Pl