]> granicus.if.org Git - libjpeg-turbo/commitdiff
Make SIMD symbols private for iOS ARM/ARM64 builds
authormayeut <mayeut@users.noreply.github.com>
Fri, 23 Feb 2018 22:31:02 +0000 (23:31 +0100)
committerDRC <information@libjpeg-turbo.org>
Sat, 24 Feb 2018 00:39:06 +0000 (18:39 -0600)
simd/arm/jsimd_neon.S
simd/arm64/jsimd_neon.S

index cd2612724aa995787f713ebfb773d63dcc6d8216..b01958e885590f2af43b517335654f16b05f4424 100644 (file)
@@ -7,7 +7,7 @@
  * Copyright (C) 2014, Siarhei Siamashka.  All Rights Reserved.
  * Copyright (C) 2014, Linaro Limited.  All Rights Reserved.
  * Copyright (C) 2015, D. R. Commander.  All Rights Reserved.
- * Copyright (C) 2015-2016, Matthieu Darbois.  All Rights Reserved.
+ * Copyright (C) 2015-2016, 2018, Matthieu Darbois.  All Rights Reserved.
  *
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
@@ -46,6 +46,7 @@
 /* Supplementary macro for setting function attributes */
 .macro asm_function fname
 #ifdef __APPLE__
+    .private_extern _\fname
     .globl _\fname
 _\fname:
 #else
index 3309858241f2b0d01eb42babe0a8e44d15ef30f3..87e3009ea58aba98106392c049f977a6057904f4 100644 (file)
@@ -7,7 +7,7 @@
  * Copyright (C) 2013-2014, Linaro Limited.  All Rights Reserved.
  * Author: Ragesh Radhakrishnan <ragesh.r@linaro.org>
  * Copyright (C) 2014-2016, D. R. Commander.  All Rights Reserved.
- * Copyright (C) 2015-2016, Matthieu Darbois.  All Rights Reserved.
+ * Copyright (C) 2015-2016, 2018, Matthieu Darbois.  All Rights Reserved.
  * Copyright (C) 2016, Siarhei Siamashka.  All Rights Reserved.
  *
  * This software is provided 'as-is', without any express or implied
@@ -42,6 +42,7 @@
 /* Supplementary macro for setting function attributes */
 .macro asm_function fname
 #ifdef __APPLE__
+    .private_extern _\fname
     .globl _\fname
 _\fname:
 #else