Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <agl@chromium.org>2014-07-01 04:29:39 +0400
committerAdam Langley <agl@google.com>2014-07-02 04:29:12 +0400
commit7ac79ebe5552518fc550f609e61770effe69da89 (patch)
tree7f1c169427d51bcd425692e264c2ebe0e656f6e4 /crypto/bn/CMakeLists.txt
parent4042667eb90b5619e6ba2d8f6f407cb55f71c05a (diff)
The asm files bn/asm/x86* weren't actually used.
(This appears to be the case with upstream too, it's not that BoringSSL is missing optimisations from what I can see.) Change-Id: I0e54762ef0d09e60994ec82c5cca1ff0b3b23ea4 Reviewed-on: https://boringssl-review.googlesource.com/1080 Reviewed-by: David Benjamin <davidben@chromium.org> Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'crypto/bn/CMakeLists.txt')
-rw-r--r--crypto/bn/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/bn/CMakeLists.txt b/crypto/bn/CMakeLists.txt
index 5d2dfccb..90e3b444 100644
--- a/crypto/bn/CMakeLists.txt
+++ b/crypto/bn/CMakeLists.txt
@@ -22,7 +22,6 @@ if (${ARCH} STREQUAL "x86")
bn-586.${ASM_EXT}
co-586.${ASM_EXT}
x86-mont.${ASM_EXT}
- x86.${ASM_EXT}
)
endif()
@@ -62,14 +61,12 @@ add_library(
perlasm(x86_64-mont.${ASM_EXT} asm/x86_64-mont.pl)
perlasm(x86_64-mont5.${ASM_EXT} asm/x86_64-mont5.pl)
-perlasm(x86_64-gf2m.${ASM_EXT} asm/x86_64-gf2m.pl)
perlasm(modexp512-x86_64.${ASM_EXT} asm/modexp512-x86_64.pl)
perlasm(rsaz-x86_64.${ASM_EXT} asm/rsaz-x86_64.pl)
perlasm(rsaz-avx2.${ASM_EXT} asm/rsaz-avx2.pl)
perlasm(bn-586.${ASM_EXT} asm/bn-586.pl)
perlasm(co-586.${ASM_EXT} asm/co-586.pl)
perlasm(x86-mont.${ASM_EXT} asm/x86-mont.pl)
-perlasm(x86.${ASM_EXT} asm/x86.pl)
perlasm(armv4-mont.${ASM_EXT} asm/armv4-mont.pl)
add_executable(