blob: 785c8fc235bcd31a22a893dfe7f31919297eacee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur mpfr-4.2.1/src/mparam_h.in mpfr-src/src/mparam_h.in
--- mpfr-4.2.1/src/mparam_h.in Fri Jan 06 02:09:48 2023
+++ mpfr-src/src/mparam_h.in Sat Aug 26 13:05:08 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"
|