summaryrefslogtreecommitdiff
path: root/src/mparam_h.in
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2012-01-25 14:43:01 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2012-01-25 14:43:01 +0000
commit27323d110a7382c75c2d0cf75fdbdcead0132148 (patch)
treebebdb9cc109f7fbc9c48d27abb2b8b6388691f08 /src/mparam_h.in
parent15486145d5151bce241eee289fac663c728d2eba (diff)
downloadmpfr-27323d110a7382c75c2d0cf75fdbdcead0132148.tar.gz
share parameters between x86_64/core2 and x86_64/xeon (gcc70)
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8015 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/mparam_h.in')
-rw-r--r--src/mparam_h.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mparam_h.in b/src/mparam_h.in
index 20b5f334a..e8d14301f 100644
--- a/src/mparam_h.in
+++ b/src/mparam_h.in
@@ -31,14 +31,10 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#define MPFR_TUNE_CASE "src/x86_64/pentium4/mparam.h"
#include "x86_64/pentium4/mparam.h"
-#elif defined (__tune_core2__) && defined (__x86_64) /* 64-bit Core 2 */
+#elif (defined (__tune_core2__) || defined (__tune_nocona__)) && defined (__x86_64) /* 64-bit Core 2 or Xeon */
#define MPFR_TUNE_CASE "src/x86_64/core2/mparam.h"
#include "x86_64/core2/mparam.h"
-#elif defined (__tune_nocona__) && defined (__x86_64) /* 64-bit Xeon */
-#define MPFR_TUNE_CASE "src/x86_64/xeon/mparam.h"
-#include "x86_64/xeon/mparam.h"
-
#elif defined (__tune_core2__) && defined (__i386) /* 32-bit Core 2,
for example a 64-bit machine with gmp/mpfr compiled with ABI=32 */
#define MPFR_TUNE_CASE "src/x86/core2/mparam.h"