[boinc-app-seti] 01/03: Imported Upstream version 7.28~svn2858

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Wed Apr 8 12:20:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

locutusofborg-guest pushed a commit to branch master
in repository boinc-app-seti.

commit a58e9a546da648e1d61fd1f5f0bae8c233ddc287
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Wed Apr 8 14:16:17 2015 +0200

    Imported Upstream version 7.28~svn2858
---
 client/vector/analyzeFuncs_neon.S     | 30 +++++++++++++++++++++++++++---
 client/vector/analyzeFuncs_vector.cpp |  2 +-
 client/vector/analyzeFuncs_vfp.S      | 30 +++++++++++++++++++++++++++---
 3 files changed, 55 insertions(+), 7 deletions(-)

diff --git a/client/vector/analyzeFuncs_neon.S b/client/vector/analyzeFuncs_neon.S
index b57f639..04f8d55 100644
--- a/client/vector/analyzeFuncs_neon.S
+++ b/client/vector/analyzeFuncs_neon.S
@@ -40,9 +40,17 @@
  * vfp_ChirpData.S
  * Author: Mateusz Szpakowski
  */
- 
+
+#if defined(__VFP_FP__) && !defined(__SOFTFP__)
+		.syntax unified
+#endif
                 .arch armv7-a
                 .fpu neon
+#if defined(__VFP_FP__) && !defined(__SOFTFP__)
+		.eabi_attribute 27, 3
+		.eabi_attribute 28, 1
+#endif
+	
                 .eabi_attribute 20, 1
                 .eabi_attribute 21, 1
                 .eabi_attribute 23, 3
@@ -582,9 +590,17 @@ _Z14neon_ChirpDataPA2_fS0_idid:
  * neon_FoldSubs.S
  * Author: Mateusz Szpakowski
  */
- 
+
+#if defined(__VFP_FP__) && !defined(__SOFTFP__)
+		.syntax unified
+#endif	
                 .arch armv7-a
                 .fpu neon
+#if defined(__VFP_FP__) && !defined(__SOFTFP__)
+		.eabi_attribute 27, 3
+		.eabi_attribute 28, 1
+#endif
+	
                 .eabi_attribute 20, 1
                 .eabi_attribute 21, 1
                 .eabi_attribute 23, 3
@@ -2481,9 +2497,17 @@ neonFoldMain:
  * _Z21neon_GetPowerSpectrumPA2_fPfi.S
  * Author: Mateusz Szpakowski
  */
- 
+
+#if defined(__VFP_FP__) && !defined(__SOFTFP__)
+		.syntax unified
+#endif	
                 .arch armv7-a
                 .fpu neon
+#if defined(__VFP_FP__) && !defined(__SOFTFP__)
+		.eabi_attribute 27, 3
+		.eabi_attribute 28, 1
+#endif
+	
                 .eabi_attribute 20, 1
                 .eabi_attribute 21, 1
                 .eabi_attribute 23, 3
diff --git a/client/vector/analyzeFuncs_vector.cpp b/client/vector/analyzeFuncs_vector.cpp
index aa1846e..b2b9830 100644
--- a/client/vector/analyzeFuncs_vector.cpp
+++ b/client/vector/analyzeFuncs_vector.cpp
@@ -391,7 +391,7 @@ CDtb ChirpDataFuncs[]={
      avx_ChirpData_d, BA_AVX, "avx_ChirpData_d", 
 #  endif
 #endif
-#if defined(__arm__) && defined(__VFP_FP__) && !defined(__SOFTFP__)
+#if defined(__arm__) && defined(ANDROID) && defined(__VFP_FP__) && !defined(__SOFTFP__)
      vfp_ChirpData, BA_VFP, "vfp_ChirpData",
 #ifdef USE_NEON
      neon_ChirpData, BA_NEON, "neon_ChirpData",
diff --git a/client/vector/analyzeFuncs_vfp.S b/client/vector/analyzeFuncs_vfp.S
index 739322b..a9b51f7 100644
--- a/client/vector/analyzeFuncs_vfp.S
+++ b/client/vector/analyzeFuncs_vfp.S
@@ -40,9 +40,17 @@
  * vfp_ChirpData.S
  * Author: Mateusz Szpakowski
  */
- 
+
+#if defined(__VFP_FP__) && !defined(__SOFTFP__)
+		.syntax unified
+#endif	
                 .arch armv6
                 .fpu vfp
+#if defined(__VFP_FP__) && !defined(__SOFTFP__)
+		.eabi_attribute 27, 3
+		.eabi_attribute 28, 1
+#endif
+	
                 .eabi_attribute 20, 1
                 .eabi_attribute 21, 1
                 .eabi_attribute 23, 3
@@ -615,9 +623,17 @@ _Z13vfp_ChirpDataPA2_fS0_idid:
  * vfp_FoldSubs.S
  * Author: Mateusz Szpakowski
  */
- 
+
+#if defined(__VFP_FP__) && !defined(__SOFTFP__)
+		.syntax unified
+#endif	
                 .arch armv6
                 .fpu vfp
+#if defined(__VFP_FP__) && !defined(__SOFTFP__)
+		.eabi_attribute 27, 3
+		.eabi_attribute 28, 1
+#endif
+	
                 .eabi_attribute 20, 1
                 .eabi_attribute 21, 1
                 .eabi_attribute 23, 3
@@ -2117,9 +2133,17 @@ vfpFoldMain:
  * vfp_GetPowerSpectrum.S
  * Author: Mateusz Szpakowski
  */
- 
+
+#if defined(__VFP_FP__) && !defined(__SOFTFP__)
+		.syntax unified
+#endif	
                 .arch armv6
                 .fpu vfp
+#if defined(__VFP_FP__) && !defined(__SOFTFP__)
+		.eabi_attribute 27, 3
+		.eabi_attribute 28, 1
+#endif
+	
                 .eabi_attribute 20, 1
                 .eabi_attribute 21, 1
                 .eabi_attribute 23, 3

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc-app-seti.git



More information about the pkg-boinc-commits mailing list