]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libquadmath/math/cosq_kernel.c
2010-12-13 Tobias Burnus <burnus@net-b.de>
[thirdparty/gcc.git] / libquadmath / math / cosq_kernel.c
index b310dc0ef32e7433d20e28c646f4bca5ce127328..86f39551c3232d509f9950248a2f8af570a035e0 100644 (file)
@@ -77,7 +77,7 @@ static const __float128 c[] = {
 extern const __float128 __sincosq_table[];
 
 __float128
-__kernel_cosq (__float128 x, __float128 y)
+__quadmath_kernel_cosq (__float128 x, __float128 y)
 {
   __float128 h, l, z, sin_l, cos_l_m1;
   int64_t ix;