X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Flib%2Facosf.c;h=fa86e135cc8d744fa6e1f2a3d151694c835f4536;hb=04a66f4aa0c6a3cf27d0b5339a74ed8e4f92f1a6;hp=110ffa4076c12f81c982163107d33242ed7271ed;hpb=1071a6c6ae98b2f1017cc0bc323860ac0d145d8c;p=fw%2Fsdcc diff --git a/device/lib/acosf.c b/device/lib/acosf.c index 110ffa40..fa86e135 100644 --- a/device/lib/acosf.c +++ b/device/lib/acosf.c @@ -22,7 +22,7 @@ float asincosf(const float x, const int isacos); -float acosf(const float x) reentrant +float acosf(const float x) _FLOAT_FUNC_REENTRANT { if(x== 1.0) return 0.0; else if(x==-1.0) return PI;