aboutsummaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2017-08-15 12:56:30 -0400
committerDavid Benjamin <davidben@google.com>2017-08-15 18:56:09 +0000
commit874c73804a4bbcb169acb8971f111b449fa44eaf (patch)
tree769511c7a13f6c1420ae0934e568170fc2e828fc /BUILDING.md
parent02b1d1953aa8cf44b887309b14496e235146b32f (diff)
downloadboringssl-874c73804a4bbcb169acb8971f111b449fa44eaf.zip
boringssl-874c73804a4bbcb169acb8971f111b449fa44eaf.tar.gz
boringssl-874c73804a4bbcb169acb8971f111b449fa44eaf.tar.bz2
Revert ADX due to build issues.
Using ADX instructions requires relatively new assemblers. Conscrypt are currently using Yasm 1.2.0. Revert these for the time being to unbreak their build. Change-Id: Iaba5761ccedcafaffb5ca79a8eaf7fa565583c32 Reviewed-on: https://boringssl-review.googlesource.com/19244 Commit-Queue: David Benjamin <davidben@google.com> Commit-Queue: Adam Langley <agl@google.com> Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/BUILDING.md b/BUILDING.md
index d5d3fa0..eab61e2 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -32,9 +32,8 @@
* [Go](https://golang.org/dl/) is required. If not found by CMake, the go
executable may be configured explicitly by setting `GO_EXECUTABLE`.
- * To build the x86 and x86\_64 assembly, your assembler must support AVX2,
- MOVBE, and ADX. If using GNU binutils, you must have 2.23 or later. If using
- Yasm, you must have 1.3.0 or later.
+ * To build the x86 and x86\_64 assembly, your assembler must support AVX2
+ instructions and MOVBE. If using GNU binutils, you must have 2.22 or later
## Building