summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-11-08 15:38:13 -0500
committerJeffrey Walton <noloader@gmail.com>2018-11-08 15:38:13 -0500
commit9b31bc189ce9ba08d9d22e1a63933a179df57fa2 (patch)
tree71f7c502140ad0257738d7b00e0124ecdccdbce8
parentcc5eb3919f7f197f1fe5b0e62228542f69b1a9eb (diff)
downloadcryptopp-git-9b31bc189ce9ba08d9d22e1a63933a179df57fa2.tar.gz
Fix Solaris hardware cpas to allow AVX and AVX2
-rw-r--r--cryptopp.mapfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/cryptopp.mapfile b/cryptopp.mapfile
index 62a99171..b8bef7f6 100644
--- a/cryptopp.mapfile
+++ b/cryptopp.mapfile
@@ -1,3 +1,6 @@
-# Solaris mapfile to override hardware caps to avoid kills
+# Solaris mapfile to override hardware caps to avoid load-time kills.
+# Thanks to Andrew Henle for the mapfile version 1 syntax. Also see
+# https://stackoverflow.com/q/53210019/608639.
hwcap_1 = SSE SSE2 OVERRIDE;
+hwcap_2 = V0x0;