CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/09/12 16:07:24
Modified files:
lib/libm : Makefile
Added files:
lib/libm/arch/sparc64: e_sqrtl.c
Log message:
Provide a sparc64 version of sqrtl(3) that simply calls _Qp_sqrt.
The generic sqrtl(3) is not nearly accurate enough for quad-precision
floating point.
