2014-04-14 Martin Jambor <mjambor@suse.cz>
[official-gcc.git] / libitm / clearcap.map
blobbd8189b43ff5feaadef4ac54c5099115449fc599
1 # Clear hardware capabilities emitted by Sun as: calls to the x86_avx.c
2 # functions are only emitted with -mavx.
4 # The v1 mapfile syntax has no support for clearing specific capabilities,
5 # so clear everything.
7 hwcap_1 = V0x0 OVERRIDE;
9 # If we can assume mapfile v2 syntax, we can specificially clear AVX.
11 #$mapfile_version 2
12 #CAPABILITY {
13 #       HW -= AVX;
14 #};