aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/libitm/clearcap.map
blob: bd8189b43ff5feaadef4ac54c5099115449fc599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Clear hardware capabilities emitted by Sun as: calls to the x86_avx.c
# functions are only emitted with -mavx.
#
# The v1 mapfile syntax has no support for clearing specific capabilities,
# so clear everything.
#
hwcap_1 = V0x0 OVERRIDE;
#
# If we can assume mapfile v2 syntax, we can specificially clear AVX.
#
#$mapfile_version 2
#CAPABILITY {
#	HW -= AVX;
#};