1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

libpng: Update to upstream 1.6.38

(cherry picked from commit 0f2dc5c5e1)
This commit is contained in:
Rémi Verschelde
2022-09-16 21:09:44 +02:00
parent 5c81213231
commit 00e686b8c1
20 changed files with 129 additions and 1376 deletions

View File

@@ -21,7 +21,7 @@
#ifdef PNG_ARM_NEON_IMPLEMENTATION
# if PNG_ARM_NEON_IMPLEMENTATION == 1
# define PNG_ARM_NEON_INTRINSICS_AVAILABLE
# if defined(_MSC_VER) && defined(_M_ARM64)
# if defined(_MSC_VER) && !defined(__clang__) && defined(_M_ARM64)
# include <arm64_neon.h>
# else
# include <arm_neon.h>