On 2010-07-15 05:11, Marcel Moolenaar wrote: > Author: marcel > Date: Thu Jul 15 03:11:04 2010 > New Revision: 210103 > URL: http://svn.freebsd.org/changeset/base/210103 > > Log: > Unbreak xz (liblzma) on strong-aligned architectures (and without > emulation of misaligned memory accesses). We cannot map the unaligned > memory access functions to the ones used for aligned accesses, so do > not define TUKLIB_FAST_UNALIGNED_ACCESS.
Is there no way to define or undefine this per arch? If this particular define gives a speed advantage on the 'weak-aligned' architectures, it might be worth it... _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
