PPC assembly pack: remove branch hints.
authorAndy Polyakov <appro@openssl.org>
Thu, 31 Mar 2016 16:47:17 +0000 (18:47 +0200)
committerAndy Polyakov <appro@openssl.org>
Thu, 7 Apr 2016 19:27:24 +0000 (21:27 +0200)
commit20b88bb160865b0c2998056fe841b1cbacd6d4c7
tree092dab9b5e02677675ce1ebc6d11b4031691f19e
parent463a7b8cb0a449512448155a477f1460d8c951d9
PPC assembly pack: remove branch hints.

As it turns out branch hints grew as kind of a misconception. In
addition their interpretation by GNU assembler is affected by
assembler flags and can end up with opposite meaning on different
processors. As we have to loose quite a lot on misinterprerations,
especially on newer processors, we just omit them altogether.

Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/aes/asm/aes-ppc.pl
crypto/bn/asm/ppc-mont.pl
crypto/bn/asm/ppc.pl
crypto/bn/asm/ppc64-mont.pl
crypto/sha/asm/sha1-ppc.pl
crypto/sha/asm/sha512-ppc.pl