summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_cosf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_cosf.c')
-rw-r--r--lib/msun/src/s_cosf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/msun/src/s_cosf.c b/lib/msun/src/s_cosf.c
index ec7f0cf..ced11eb 100644
--- a/lib/msun/src/s_cosf.c
+++ b/lib/msun/src/s_cosf.c
@@ -18,7 +18,11 @@ static char rcsid[] = "$FreeBSD$";
#endif
#include "math.h"
+#define INLINE_KERNEL_COSF
+#define INLINE_KERNEL_SINF
#include "math_private.h"
+#include "k_cosf.c"
+#include "k_sinf.c"
/* Small multiples of pi/2 rounded to double precision. */
static const double
OpenPOWER on IntegriCloud