FreeBSD Bugzilla – Attachment 240996 Details for
Bug 270348
graphics/openexr: build fails on armv7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
try to fix ARMv7 compilation, patch #2 of 2
patch-src_lib_OpenEXRCore_internal__zip.c (text/plain), 330 bytes, created by
Matthias Andree
on 2023-03-19 23:22:01 UTC
(
hide
)
Description:
try to fix ARMv7 compilation, patch #2 of 2
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2023-03-19 23:22:01 UTC
Size:
330 bytes
patch
obsolete
>--- src/lib/OpenEXRCore/internal_zip.c.orig 2023-03-05 20:23:47 UTC >+++ src/lib/OpenEXRCore/internal_zip.c >@@ -24,7 +24,7 @@ > # define IMF_HAVE_SSE4_1 1 > # include <smmintrin.h> > #endif >-#if defined(__ARM_NEON) >+#if defined(__ARM_NEON) && defined(__aarch64__) > # define IMF_HAVE_NEON 1 > # include <arm_neon.h> > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 270348
:
240995
|
240996
|
241037