boringssl/crypto/bn/asm
David Benjamin 278d34234f Get rid of all compiler version checks in perlasm files.
Since we pre-generate our perlasm, having the output of these files be
sensitive to the environment the run in is unhelpful. It would be bad to
suddenly change what features we do or don't compile in whenever workstations'
toolchains change or if developers do or don't have CC variables set.

Previously, all compiler-version-gated features were turned on in
https://boringssl-review.googlesource.com/6260, but this broke the build. I
also wasn't thorough enough in gathering performance numbers. So, flip them all
to off instead. I'll enable them one-by-one as they're tested.

This should result in no change to generated assembly.

Change-Id: Ib4259b3f97adc4939cb0557c5580e8def120d5bc
Reviewed-on: https://boringssl-review.googlesource.com/6383
Reviewed-by: Adam Langley <agl@google.com>
2015-10-28 19:33:04 +00:00
..
armv4-mont.pl Revert section changes for ASM. 2015-09-30 22:09:52 +00:00
bn-586.pl Inital import. 2014-06-20 13:17:32 -07:00
co-586.pl Inital import. 2014-06-20 13:17:32 -07:00
rsaz-avx2.pl Get rid of all compiler version checks in perlasm files. 2015-10-28 19:33:04 +00:00
rsaz-x86_64.pl Get rid of all compiler version checks in perlasm files. 2015-10-28 19:33:04 +00:00
x86_64-gcc.c Don't use x86_64-gcc.c with NO_ASM. 2015-05-15 22:23:49 +00:00
x86_64-mont5.pl Get rid of all compiler version checks in perlasm files. 2015-10-28 19:33:04 +00:00
x86_64-mont.pl Get rid of all compiler version checks in perlasm files. 2015-10-28 19:33:04 +00:00
x86-mont.pl OpenSSL: make final reduction in Montgomery multiplication constant-time. 2014-06-20 13:17:33 -07:00