Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2024 17:10:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 283530] x11/pixman: Update to 0.44.2
Message-ID:  <bug-283530-7141-xJTeKJt7hy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-283530-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-283530-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283530

--- Comment #7 from Jan Beich <jbeich@FreeBSD.org> ---
(In reply to Daniel Engberg from comment #6)
FreeBSD armv7 always has NEON unlike upstream target triple.

$ fetch
https://download.freebsd.org/releases/arm/armv7/ISO-IMAGES/14.2/FreeBSD-14.=
2-RELEASE-arm-armv7-GENERICSD.img.xz
$ xz -d FreeBSD-14.2-RELEASE-arm-armv7-GENERICSD.img.xz
$ mount /dev/$(mdconfig -f FreeBSD-14.2-RELEASE-arm-armv7-GENERICSD.img.xz)=
s2a
/mnt
$ qemu-arm-static -L /mnt /mnt/usr/bin/cc -dM -E -</dev/null | fgrep -i neon
#define __ARM_NEON 1
#define __ARM_NEON_FP 0x4
#define __ARM_NEON__ 1

vs.

$ cc -target armv7-unknown-freebsd14.2 -dM -E -</dev/null | fgrep -i neon
$ echo $?
1

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283530-7141-xJTeKJt7hy>