Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc_vfp The fpu mode for VFP2 instructions is still jus...



details:   https://anonhg.NetBSD.org/src/rev/a9fa77ba6028
branches:  trunk
changeset: 324204:a9fa77ba6028
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Jul 19 19:35:02 2018 +0000

description:
The fpu mode for VFP2 instructions is still just vfp.

diffstat:

 lib/libc_vfp/vfpdf.S |  4 ++--
 lib/libc_vfp/vfpsf.S |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (42 lines):

diff -r a13c4e5bc0da -r a9fa77ba6028 lib/libc_vfp/vfpdf.S
--- a/lib/libc_vfp/vfpdf.S      Thu Jul 19 18:30:28 2018 +0000
+++ b/lib/libc_vfp/vfpdf.S      Thu Jul 19 19:35:02 2018 +0000
@@ -29,7 +29,7 @@
 
 #include <arm/asm.h>
 
-RCSID("$NetBSD: vfpdf.S,v 1.3 2018/07/17 15:03:48 joerg Exp $")
+RCSID("$NetBSD: vfpdf.S,v 1.4 2018/07/19 19:35:02 joerg Exp $")
 
 /*
  * This file provides softfloat compatible routines which use VFP instructions
@@ -39,7 +39,7 @@
  * This file implements the double precision floating point routines.
  */
 
-.fpu vfp2
+.fpu vfp
 
 #ifdef __ARMEL__
 #define        vmov_arg0       vmov    d0, r0, r1
diff -r a13c4e5bc0da -r a9fa77ba6028 lib/libc_vfp/vfpsf.S
--- a/lib/libc_vfp/vfpsf.S      Thu Jul 19 18:30:28 2018 +0000
+++ b/lib/libc_vfp/vfpsf.S      Thu Jul 19 19:35:02 2018 +0000
@@ -30,7 +30,7 @@
 #include <arm/asm.h>
 #include <arm/vfpreg.h>
 
-RCSID("$NetBSD: vfpsf.S,v 1.3 2018/07/17 15:03:48 joerg Exp $")
+RCSID("$NetBSD: vfpsf.S,v 1.4 2018/07/19 19:35:02 joerg Exp $")
 
 /*
  * This file provides softfloat compatible routines which use VFP instructions
@@ -40,7 +40,7 @@
  * This file implements the single precision floating point routines.
  */
 
-.fpu vfp2
+.fpu vfp
 
 #ifdef __ARM_EABI__
 #define        __addsf3        __aeabi_fadd



Home | Main Index | Thread Index | Old Index