aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/init-arch.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-01-26 07:45:14 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-26 07:45:14 -0500
commitafc5ed09cbce5d6fd48b3a8c5ec427b31f996880 (patch)
treeeb37cecd40d16a579528f698c7d4274697bb8fac /sysdeps/x86_64/multiarch/init-arch.h
parentbdb6de1d6d5d2a538e34fd453331acd0f664f6ed (diff)
downloadglibc-afc5ed09cbce5d6fd48b3a8c5ec427b31f996880.tar
glibc-afc5ed09cbce5d6fd48b3a8c5ec427b31f996880.tar.gz
glibc-afc5ed09cbce5d6fd48b3a8c5ec427b31f996880.tar.bz2
glibc-afc5ed09cbce5d6fd48b3a8c5ec427b31f996880.zip
Reset bit_AVX in __cpu_features is OS support is missing
Diffstat (limited to 'sysdeps/x86_64/multiarch/init-arch.h')
-rw-r--r--sysdeps/x86_64/multiarch/init-arch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/x86_64/multiarch/init-arch.h b/sysdeps/x86_64/multiarch/init-arch.h
index 2a1df393c4..408e5aeb89 100644
--- a/sysdeps/x86_64/multiarch/init-arch.h
+++ b/sysdeps/x86_64/multiarch/init-arch.h
@@ -1,5 +1,5 @@
/* This file is part of the GNU C Library.
- Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -27,6 +27,7 @@
#define bit_SSSE3 (1 << 9)
#define bit_SSE4_1 (1 << 19)
#define bit_SSE4_2 (1 << 20)
+#define bit_OSXSAVE (1 << 27)
#define bit_AVX (1 << 28)
#define bit_POPCOUNT (1 << 23)
#define bit_FMA (1 << 12)