[Bug 292548] openssl/openssh: Illegal instruction on POWER7
[email protected] Mon, 19 Jan 2026 18:30:42 +0000
| Newsgroups | gmane.os.freebsd.devel.ppc |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292548 Timothy Pearson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tpearson@raptorengineering. | |com --- Comment #6 from Timothy Pearson <[email protected]> --- Most likely this is the VSX cryptographic instructions being turned on when they shouldn't be. VSX with crypto is only really available in POWER8 (ISA 2.07) or higher; PPC_FEATURE2_VEC_CRYPTO should be tested at runtime to see if it exists as it is technically an optional feature even on ISA 2.07 and higher. -- You are receiving this mail because: You are the assignee for the bug.