openssl/crypto/sha/asm
Andy Polyakov 20b88bb160 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>
2016-04-07 21:27:24 +02:00
..
README
sha1-586.pl Unified - adapt the generation of sha assembler to use GENERATE 2016-03-09 11:09:26 +01:00
sha1-alpha.pl
sha1-armv4-large.pl Fix some assembler generating scripts for better unification 2016-03-11 00:54:31 +01:00
sha1-armv8.pl Allow ILP32 compilation in AArch64 assembly pack. 2015-09-25 13:38:48 +02:00
sha1-c64xplus.pl
sha1-ia64.pl Unified - adapt the generation of sha assembler to use GENERATE 2016-03-09 11:09:26 +01:00
sha1-mb-x86_64.pl GH601: Various spelling fixes. 2016-02-05 15:25:50 -05:00
sha1-mips.pl Fix some assembler generating scripts for better unification 2016-03-11 00:54:31 +01:00
sha1-parisc.pl
sha1-ppc.pl PPC assembly pack: remove branch hints. 2016-04-07 21:27:24 +02:00
sha1-s390x.pl Fix some assembler generating scripts for better unification 2016-03-11 00:54:31 +01:00
sha1-sparcv9.pl SPARCv9 assembly pack: unify build rules and argument handling. 2016-03-08 15:51:06 +01:00
sha1-sparcv9a.pl
sha1-thumb.pl
sha1-x86_64.pl x86_64 assembly pack: tune clang version detection even further. 2015-12-13 22:18:18 +01:00
sha256-586.pl Unified - adapt the generation of sha assembler to use GENERATE 2016-03-09 11:09:26 +01:00
sha256-armv4.pl Fix some assembler generating scripts for better unification 2016-03-11 00:54:31 +01:00
sha256-c64xplus.pl
sha256-mb-x86_64.pl GH601: Various spelling fixes. 2016-02-05 15:25:50 -05:00
sha512-586.pl Unified - adapt the generation of sha assembler to use GENERATE 2016-03-09 11:09:26 +01:00
sha512-armv4.pl Fix some assembler generating scripts for better unification 2016-03-11 00:54:31 +01:00
sha512-armv8.pl Allow ILP32 compilation in AArch64 assembly pack. 2015-09-25 13:38:48 +02:00
sha512-c64xplus.pl
sha512-ia64.pl Unified - adapt the generation of sha assembler to use GENERATE 2016-03-09 11:09:26 +01:00
sha512-mips.pl Fix some assembler generating scripts for better unification 2016-03-11 00:54:31 +01:00
sha512-parisc.pl Fix typos 2015-10-23 19:52:08 +02:00
sha512-ppc.pl PPC assembly pack: remove branch hints. 2016-04-07 21:27:24 +02:00
sha512-s390x.pl Fix some assembler generating scripts for better unification 2016-03-11 00:54:31 +01:00
sha512-sparcv9.pl SPARCv9 assembly pack: unify build rules and argument handling. 2016-03-08 15:51:06 +01:00
sha512-x86_64.pl x86_64 assembly pack: tune clang version detection even further. 2015-12-13 22:18:18 +01:00
sha512p8-ppc.pl

C2.pl works