Fix Solaris hardware cpas to allow AVX and AVX2
parent
cc5eb3919f
commit
9b31bc189c
|
|
@ -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_1 = SSE SSE2 OVERRIDE;
|
||||||
|
hwcap_2 = V0x0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue