diff options
Diffstat (limited to 'src/math/j1f.c')
-rw-r--r-- | src/math/j1f.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |