Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.

Commit

Permalink
Support 128 bit long double for RV32 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kito-cheng authored and aswaterman committed Nov 2, 2016
1 parent f02ec12 commit 7fef429
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions sysdeps/riscv/Implies
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ init_array

ieee754/flt-32
ieee754/dbl-64
ieee754/ldbl-128
riscv/soft-fp
8 changes: 0 additions & 8 deletions sysdeps/riscv/bits/mathdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,4 @@ typedef double double_t; /* `double' expressions are evaluated as

#endif /* ISO C99 */

#ifdef __riscv32
#if ! defined __NO_LONG_DOUBLE_MATH
/* Signal that we do not really have a `long double'. This disables the
declaration of all the `long double' function variants. */
# define __NO_LONG_DOUBLE_MATH 1
#endif
#else
#undef __NO_LONG_DOUBLE_MATH
#endif
1 change: 0 additions & 1 deletion sysdeps/riscv/rv64/Implies
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
riscv
wordsize-64
ieee754/ldbl-128

0 comments on commit 7fef429

Please sign in to comment.