CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/07/15 12:50:32
Modified files:
lib/libm/arch/vax: n_atan2.S n_hypot.S
Log message:
Fix atan2f() and hypotf() by actually converting both their arguments to the
larger type and passing them both the the double routine.
