[Bug 283530] x11/pixman: Update to 0.44.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 30 Dec 2024 17:10:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283530

--- 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

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