In another case of "you broke something, then you just disabled it" i give you:
OpenSSL "Fixing" PPC64 HW AES crypto handling (save/restore VSX registers) which broke PPC64 bigendian so they just said "oh this is broken, disable it" rather than asking the original developer to fix it.
So, the VSX fix:
https://github.com/openssl/openssl/commit/8f24a148e6f112045cf110c3e3f4e2415d9c11fe
.. which they obviously didn't test on PPC64.
Then someone noticed it broke PPC BE:
https://github.com/openssl/openssl/issues/29845
which was "Fixed" by:
https://github.com/openssl/openssl/commit/1d19060b55b3ab206cf1399220a4bdb5bd7c2d42