CVS commit: src/lib/libc/arch/riscv/gdtoa

2019-04-16 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Apr 16 08:04:23 UTC 2019

Modified Files:
src/lib/libc/arch/riscv/gdtoa: Makefile.inc

Log Message:
revert previously. we want riscv32 to have 128 bit long double...
shall fix the compiler instead.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/arch/riscv/gdtoa/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/arch/riscv/gdtoa

2019-04-16 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Apr 16 07:32:30 UTC 2019

Modified Files:
src/lib/libc/arch/riscv/gdtoa: Makefile.inc

Log Message:
risc32 doesn't want long double specific versions


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/arch/riscv/gdtoa/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/arch/riscv/gdtoa

2019-04-15 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Mon Apr 15 18:41:06 UTC 2019

Modified Files:
src/lib/libc/arch/riscv/gdtoa: Makefile.inc

Log Message:
Cargo cult follow the other 128bit long double architecture (sparc64).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/arch/riscv/gdtoa/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/arch/riscv/gdtoa

2019-04-14 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Sun Apr 14 19:25:27 UTC 2019

Modified Files:
src/lib/libc/arch/riscv/gdtoa: gd_qnan.h

Log Message:
Provide a definition of quiet NaN for RISC-V, and a reference to where
it comes from.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/arch/riscv/gdtoa/gd_qnan.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.