Files
Markus Volk 336470ce52 libjxl: drop the sizeless-vectors PACKAGECONFIG
JPEGXL_ENABLE_SIZELESS_VECTORS no longer exists: 0.11 read it, 0.12 does
not, so cmake reports it as an unused command line variable. Per target
JPEGXL_ENABLE_HWY_* switches took its place.

The riscv removal it carried is gone with it, and nothing is lost. In 0.11
the option defaulted to off and disabled SVE and RVV; enabling it, as the
recipe did, is what pulled RVV in and broke riscv in the first place. In
0.12 RVV is listed in JPEGXL_HWY_TARGETS_OFF_BY_DEFAULT, so it is not built
on any architecture -- an aarch64 build passes HWY_RVV in HWY_DISABLED_TARGETS
without any help from the recipe.

Built libjxl for raspberrypi4-64 from a clean state and checked that the
x86-64 configuration no longer carries the dead define.

AI-Generated: Uses Claude Code (Claude Opus 5)
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-09-21 08:13:55 -07:00
..
2025-10-10 09:46:48 -07:00
2026-08-26 10:26:43 -07:00
2026-06-30 14:31:19 -07:00
2026-08-19 07:40:06 -07:00
2026-06-28 00:59:20 -07:00
2026-07-27 11:26:45 -07:00
2026-05-24 09:11:03 -07:00
2026-01-22 22:01:03 -08:00
2026-09-03 07:30:32 -07:00