Skip to content
Commit 487097a3 authored by Robert Clausecker's avatar Robert Clausecker
Browse files

graphics/gdal: fix build on armv7

This port uses NEON through the sse2neon.h header.  Unfortunately the
header is written such that there is no difference between __m128 and
__m128d, while real SSE intrinsics have such a difference.  This causes
problems with some template functions down the road.

Disable NEON on armv7 to avoid this problem.

Approved by:	portmgr (build fix blanket)
MFH:		2025Q3
parent 82a221dd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment