OSDN Git Service

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