diff options
author | Carlos Eduardo Seo <cseo@linux.vnet.ibm.com> | 2016-01-05 15:13:18 -0200 |
---|---|---|
committer | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2016-01-08 11:19:40 -0200 |
commit | d2de9ef7ad35341fd6f098f7e84a1128f2027d0c (patch) | |
tree | 8a74657a47f37030618c51b5e4c18401ff779796 /sysdeps/powerpc/dl-procinfo.c | |
parent | 48025aa9ed3b9a5f5f3b1310eec79b66fb645c17 (diff) | |
download | glibc-d2de9ef7ad35341fd6f098f7e84a1128f2027d0c.tar.gz glibc-d2de9ef7ad35341fd6f098f7e84a1128f2027d0c.tar.xz glibc-d2de9ef7ad35341fd6f098f7e84a1128f2027d0c.zip |
powerpc: Add hwcap2 bits for POWER9.
Added hwcap2 bit masks for Power ISA 3.0 and VSX IEEE binary float 128-bit features.
Diffstat (limited to 'sysdeps/powerpc/dl-procinfo.c')
-rw-r--r-- | sysdeps/powerpc/dl-procinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/dl-procinfo.c b/sysdeps/powerpc/dl-procinfo.c index 66d01abcf9..6e7850eebd 100644 --- a/sysdeps/powerpc/dl-procinfo.c +++ b/sysdeps/powerpc/dl-procinfo.c @@ -61,7 +61,7 @@ PROCINFO_CLASS const char _dl_powerpc_cap_flags[60][10] "", "", "", "", "", "", "", "", "", "", "", "", - "", "", "", "", + "", "", "ieee128", "arch_3_00", "htm-nosc", "vcrypto", "tar", "isel", "ebb", "dscr", "htm", "arch_2_07", } |