summaryrefslogtreecommitdiffstats
path: root/libclc/generic/lib/math/sincos_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'libclc/generic/lib/math/sincos_helpers.h')
-rw-r--r--libclc/generic/lib/math/sincos_helpers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libclc/generic/lib/math/sincos_helpers.h b/libclc/generic/lib/math/sincos_helpers.h
index f89c19f6874..f936d667b99 100644
--- a/libclc/generic/lib/math/sincos_helpers.h
+++ b/libclc/generic/lib/math/sincos_helpers.h
@@ -20,6 +20,6 @@
* THE SOFTWARE.
*/
-float sinf_piby4(float x, float y);
-float cosf_piby4(float x, float y);
-int argReductionS(float *r, float *rr, float x);
+_CLC_DECL float __clc_sinf_piby4(float x, float y);
+_CLC_DECL float __clc_cosf_piby4(float x, float y);
+_CLC_DECL int __clc_argReductionS(float *r, float *rr, float x);
OpenPOWER on IntegriCloud