[Bug 291720] [REGRESSION] 66eb78377bf1 causes environment corruption on some machines

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 16 Dec 2025 16:36:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291720

Dag-Erling Smørgrav <des@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |des@FreeBSD.org

--- Comment #4 from Dag-Erling Smørgrav <des@FreeBSD.org> ---
A simple workaround is `export ARCHLEVEL=scalar`, as documented in simd(7). 
Adding that to the top of /etc/rc.subr should keep your system running until
the issue is fixed.  The SIMD code does not use getenv(3) to check ARCHLEVEL so
it will still work.

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