diff options
| author | Ruslan Bukin <br@FreeBSD.org> | 2016-11-03 13:06:17 +0000 |
|---|---|---|
| committer | Ruslan Bukin <br@FreeBSD.org> | 2016-11-03 13:06:17 +0000 |
| commit | 2ad1d09f1698b8de6d78765b783ae005994e8f4e (patch) | |
| tree | d6a2903bc60ffe2b3a1f69d29aeb072347734bfd /lib/msun | |
| parent | a851d1fbfd3ec5f1a351a4c19a97178264b21194 (diff) | |
Notes
Diffstat (limited to 'lib/msun')
| -rw-r--r-- | lib/msun/riscv/Makefile.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/msun/riscv/Makefile.inc b/lib/msun/riscv/Makefile.inc index 0ce69db5cdba..97d3302b96da 100644 --- a/lib/msun/riscv/Makefile.inc +++ b/lib/msun/riscv/Makefile.inc @@ -1,6 +1,3 @@ # $FreeBSD$ -# RISCVTODO: should be 113 -# compilation problems: gcc generates bltuz instruction, which is not exists - -LDBL_PREC = 53 +LDBL_PREC = 113 |
