CVSROOT: /cvs Module name: src Changes by: es...@cvs.openbsd.org 2013/07/14 22:03:42
Modified files: lib/libm/arch/vax: n_atan2.S n_cbrt.S n_hypot.S n_sincos.S n_sqrt.S n_tan.S Log message: add some missing asm functions to vax: long double as aliases to double, and float functions by cvtfd/cvtdf (like in netbsd) scalbnf will have to wait, as it's more complicated... brings vax in line with the rest. okay miod@/martynas@