K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2020-03-06T03:46:48.256571Z K 7 svn:log V 175 powerpc/memcpy: Don't predict the src and dst will be misaligned Predicting misalignment will pessimize the expected common case. Don't predict true or false in thise case. END