math: use double_t for temporaries to avoid stores on i386
[musl] / src / math / __tandf.c
index 36a8214..3e632fd 100644 (file)
@@ -27,7 +27,7 @@ static const double T[] = {
 
 float __tandf(double x, int iy)
 {
 
 float __tandf(double x, int iy)
 {
-       double z,r,w,s,t,u;
+       double_t z,r,w,s,t,u;
 
        z = x*x;
        /*
 
        z = x*x;
        /*