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/libm/machine/spu/headers/cbrtf.h')
-rw-r--r--newlib/libm/machine/spu/headers/cbrtf.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/newlib/libm/machine/spu/headers/cbrtf.h b/newlib/libm/machine/spu/headers/cbrtf.h
index 2fd95af01..fb9553ad7 100644
--- a/newlib/libm/machine/spu/headers/cbrtf.h
+++ b/newlib/libm/machine/spu/headers/cbrtf.h
@@ -36,13 +36,7 @@
#include <spu_intrinsics.h>
#include "headers/vec_literal.h"
-static double cbrt_factors[5] = {
- 0.629960524947436484311, /* 2^(-2/3) */
- 0.793700525984099680699, /* 2^(-1/3) */
- 1.0, /* 2^(0) */
- 1.259921049894873164666, /* 2^(1/3) */
- 1.587401051968199583441 /* 2^(2/3) */
-};
+extern double cbrt_factors[5];
/* Compute the cube root of the floating point input x.
*/