Fix Solaris hardware cpas to allow AVX and AVX2

pull/737/head
Jeffrey Walton 2018-11-08 15:38:13 -05:00
parent cc5eb3919f
commit 9b31bc189c
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 4 additions and 1 deletions

View File

@ -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;