aboutsummaryrefslogtreecommitdiff
path: root/util/all_tests.go
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2017-07-25 16:59:58 -0400
committerDavid Benjamin <davidben@google.com>2017-07-26 22:01:37 +0000
commitd4e37951b4683471de5fc7e8d86c1636e9a9e062 (patch)
tree5e93f2b5e0a842cc8d84b2d937118a596c2a0e99 /util/all_tests.go
parentedad306de9c02b0f5c7396958630be35692def62 (diff)
downloadboringssl-d4e37951b4683471de5fc7e8d86c1636e9a9e062.zip
boringssl-d4e37951b4683471de5fc7e8d86c1636e9a9e062.tar.gz
boringssl-d4e37951b4683471de5fc7e8d86c1636e9a9e062.tar.bz2
x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results.
The changes to the assembly files are synced from upstream's 64d92d74985ebb3d0be58a9718f9e080a14a8e7f. cpu-intel.c is translated to C from that commit and d84df594404ebbd71d21fec5526178d935e4d88d. Change-Id: I02c8f83aa4780df301c21f011ef2d8d8300e2f2a Reviewed-on: https://boringssl-review.googlesource.com/18411 Commit-Queue: Adam Langley <agl@google.com> Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'util/all_tests.go')
-rw-r--r--util/all_tests.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/all_tests.go b/util/all_tests.go
index d3f9203..ef23080 100644
--- a/util/all_tests.go
+++ b/util/all_tests.go
@@ -96,6 +96,7 @@ var sdeCPUs = []string{
"slt", // Saltwell
"slm", // Silvermont
"glm", // Goldmont
+ "knm", // Knights Mill
}
func newTestOutput() *testOutput {