7 lines
323 B
Plaintext
7 lines
323 B
Plaintext
# 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 and
|
|
# https://www.oracle.com/technetwork/server-storage/solaris/hwcap-modification-139536.html
|
|
|
|
hwcap_1 = SSE SSE2 OVERRIDE;
|
|
hwcap_2 = V0x0;
|