blob: af4dfd9d71e01754ea31eb590debf072c53afd8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur mpfr-4.2.0/src/mparam_h.in mpfr-src/src/mparam_h.in
--- mpfr-4.2.0/src/mparam_h.in Fri Jan 06 02:09:48 2023
+++ mpfr-src/src/mparam_h.in Thu Jan 12 13:20:19 2023
@@ -38,6 +38,8 @@
-march=... and -mtune=...).
See https://gcc.gnu.org/pipermail/gcc-help/2021-September/140720.html */
+#elif 1 /* no processor specific optimization for TeX Live */
+#define MPFR_TUNE_CASE "default"
#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"
|