[opencv] 01/01: Update patches/fix_VFP_asm.patch

Nobuhiro Iwamatsu iwamatsu at moszumanska.debian.org
Wed Jul 5 23:18:09 UTC 2017


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

iwamatsu pushed a commit to branch master
in repository opencv.

commit 3d8eae58b83379c38feb1f712337c1b048531624
Author: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
Date:   Tue Jun 27 09:41:09 2017 +0900

    Update patches/fix_VFP_asm.patch
    
    Signed-off-by: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
---
 debian/patches/fix_VFP_asm.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/fix_VFP_asm.patch b/debian/patches/fix_VFP_asm.patch
index 476dd8f..13e69ac 100644
--- a/debian/patches/fix_VFP_asm.patch
+++ b/debian/patches/fix_VFP_asm.patch
@@ -5,10 +5,10 @@ Applied-Upstream: https://github.com/opencv/opencv/commit/25020f267236ab8e715fab
 
 --- a/modules/core/include/opencv2/core/fast_math.hpp
 +++ b/modules/core/include/opencv2/core/fast_math.hpp
-@@ -71,7 +71,7 @@
-     #define ARM_ROUND(_value, _asm_string) \
+@@ -72,7 +72,7 @@
          int res; \
          float temp; \
+         (void)temp; \
 -        asm(_asm_string : [res] "=r" (res), [temp] "=w" (temp) : [value] "w" (_value)); \
 +        __asm__(_asm_string : [res] "=r" (res), [temp] "=w" (temp) : [value] "w" (_value)); \
          return res

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git



More information about the debian-science-commits mailing list