To be clear here, I meant non qword-aligned, as it was the VSX implementation
that was actually tripping up here. The problem manifested when the source and
destination didn't match on the least significant nybble.
Apparently it's also somewhat uncommon for programs to ever do anything with
the
Author: bdragon
Date: Wed Mar 11 23:34:44 2020
New Revision: 358902
URL: https://svnweb.freebsd.org/changeset/base/358902
Log:
Fix r358688 -- Remember to actually save r3 before processing.
Crash was noticed by pkubaj building gcc9.
Apparently non dword-aligned char pointers are somewh