Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/math.h')
-rw-r--r--newlib/libc/include/math.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libc/include/math.h b/newlib/libc/include/math.h
index 87f51335f..5e92d2662 100644
--- a/newlib/libc/include/math.h
+++ b/newlib/libc/include/math.h
@@ -446,7 +446,8 @@ extern float hypotf (float, float);
are implemented independently from newlib to be able to use optimized
assembler functions despite using the Microsoft x86_64 ABI. */
#if defined (_LDBL_EQ_DBL) || defined (__CYGWIN__) || \
- defined(__aarch64__) || defined(__i386__) || defined(__x86_64__)
+ defined(__aarch64__) || defined(__i386__) || defined(__x86_64__) || \
+ defined(__riscv)
/* Reentrant ANSI C functions. */
#ifndef __math_68881
extern long double atanl (long double);