X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fj1f.c;h=6abde34927da2998ac0dfa94a651182612b98582;hb=e40f48a421a9176e3e298b5bac75f0355b219e58;hp=5a760f712181b06c6ea41b96c40b62afceccfb4e;hpb=5bb6b24952e3f95ede42b60ac64a33ac34b8e272;p=musl diff --git a/src/math/j1f.c b/src/math/j1f.c index 5a760f71..6abde349 100644 --- a/src/math/j1f.c +++ b/src/math/j1f.c @@ -198,7 +198,7 @@ static const float ps2[5] = { static float ponef(float x) { const float *p,*q; - float z,r,s; + float_t z,r,s; uint32_t ix; GET_FLOAT_WORD(ix, x); @@ -294,7 +294,7 @@ static const float qs2[6] = { static float qonef(float x) { const float *p,*q; - float s,r,z; + float_t s,r,z; uint32_t ix; GET_FLOAT_WORD(ix, x);