X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Flib%2Ftanhf.c;h=9fc7e5302e66d8d93566c8cf652de7acdb8536b7;hb=996168dcf31516919acfce88dd44b601bf51aed3;hp=5737c0019f738a1799e0f343dc4b60764152ae9a;hpb=1071a6c6ae98b2f1017cc0bc323860ac0d145d8c;p=fw%2Fsdcc diff --git a/device/lib/tanhf.c b/device/lib/tanhf.c index 5737c001..9fc7e530 100644 --- a/device/lib/tanhf.c +++ b/device/lib/tanhf.c @@ -37,7 +37,7 @@ #define P(g) ((P1*g+P0)*g) #define Q(g) (Q1*g+Q0) -float tanhf(const float x) reentrant +float tanhf(const float x) _FLOAT_FUNC_REENTRANT { float f, g, r;