diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2008-10-07 22:25:54 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2008-10-07 22:25:54 +0000 |
commit | de77aa96dbda64a24a3a51da5d7bd5da3597a63e (patch) | |
tree | 18d189d1ed85db5b4306f2cea8dc385a9e5ae2b0 /lib/libm/arch | |
parent | 80c9e2d60d9935ec71deb4cdadcd95ed1eab7bd5 (diff) |
- noieee_src: adapt complex versions of the functions it already
supports (which is all, except the float ones)
ok millert@
Diffstat (limited to 'lib/libm/arch')
-rw-r--r-- | lib/libm/arch/vax/n_hypot.S (renamed from lib/libm/arch/vax/n_cabs.S) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libm/arch/vax/n_cabs.S b/lib/libm/arch/vax/n_hypot.S index 02f01ae8277..bd5cbf49df1 100644 --- a/lib/libm/arch/vax/n_cabs.S +++ b/lib/libm/arch/vax/n_hypot.S @@ -1,4 +1,4 @@ -/* $OpenBSD: n_cabs.S,v 1.4 2008/09/13 21:25:40 martynas Exp $ */ +/* $OpenBSD: n_hypot.S,v 1.1 2008/10/07 22:25:53 martynas Exp $ */ /* $NetBSD: n_cabs.S,v 1.1 1995/10/10 23:40:26 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -45,8 +45,7 @@ /* entry for c functions cabs and hypot */ .text _ALIGN_TEXT -ALTENTRY(hypot) -ENTRY(cabs, 0x8000|R2|R3|R4|R5|R6) # enable floating overflow +ENTRY(hypot, 0x8000|R2|R3|R4|R5|R6) # enable floating overflow movq 4(ap),r0 # r0:1 = x movq 12(ap),r2 # r2:3 = y bicw3 $0x7f,r0,r4 # r4 has signed biased exp of x |