Hello, since step 9 in "Basics: Contributing to GCC in 10 easy steps" says I should not commit the first few patches, I kindly ask someone to commit the following for me:
libquadmath\ChangeLog: * math/powq.c: --- a/libquadmath/math/powq.c +++ b/libquadmath/math/powq.c @@ -37,7 +37,7 @@ * 1. Compute and return log2(x) in two pieces: * log2(x) = w1 + w2, * where w1 has 113-53 = 60 bit trailing zeros. - * 2. Perform y*log2(x) = n+y' by simulating muti-precision + * 2. Perform y*log2(x) = n+y' by simulating multi-precision * arithmetic, where |y'|<=0.5. * 3. Return x**y = 2**n*exp(y'*log2) * -- Kind regards, Ivan