summaryrefslogtreecommitdiff
path: root/Build/source/libs/mpfr/TLpatches/patch-01-TL
blob: 5504984a7657043aeaeef3677bbe84a81897d26b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur mpfr-4.1.1/src/mparam_h.in mpfr-src/src/mparam_h.in
--- mpfr-4.1.1/src/mparam_h.in	Fri Jan 07 00:27:38 2022
+++ mpfr-src/src/mparam_h.in	Fri Nov 18 05:45:03 2022
@@ -31,6 +31,8 @@
 /* Note: the different macros used here are those defined by gcc,
    for example with gcc -mtune=native -dM -E -xc /dev/null */
 
+#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"