ntpd: fix comment, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
d498ff0ac4
commit
2d3253d1f9
@ -335,7 +335,7 @@ static ALWAYS_INLINE double SQRT(double X)
|
|||||||
if (sizeof(float) != 4)
|
if (sizeof(float) != 4)
|
||||||
return sqrt(X);
|
return sqrt(X);
|
||||||
|
|
||||||
/* This avoids needing libm, saves about 1.2k on x86-32 */
|
/* This avoids needing libm, saves about 0.5k on x86-32 */
|
||||||
return my_SQRT(X);
|
return my_SQRT(X);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user