summaryrefslogtreecommitdiff
path: root/sdk/recipes
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-10 01:02:44 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-10 01:02:44 +0100
commit4329e0e47562606ce4f0fd5b54351fb3cf435944 (patch)
tree4f8abf1b7ed2c82a98d4cd3fc1d42198796213a4 /sdk/recipes
parentccd770b426250582b71484a2ca8ee75930c109e5 (diff)
downloadtoolchains-4329e0e47562606ce4f0fd5b54351fb3cf435944.tar.gz
toolchains-4329e0e47562606ce4f0fd5b54351fb3cf435944.tar.bz2
Apparently the libjpeg multiplier should be short on m68k for best performance.
Diffstat (limited to 'sdk/recipes')
-rw-r--r--sdk/recipes/patches/libjpeg/m68k-atari-mint/jmorecfg.h.p11
-rw-r--r--sdk/recipes/patches/libjpeg/m68k-unknown-amigaos/jmorecfg.h.p11
2 files changed, 22 insertions, 0 deletions
diff --git a/sdk/recipes/patches/libjpeg/m68k-atari-mint/jmorecfg.h.p b/sdk/recipes/patches/libjpeg/m68k-atari-mint/jmorecfg.h.p
new file mode 100644
index 0000000..96b5480
--- /dev/null
+++ b/sdk/recipes/patches/libjpeg/m68k-atari-mint/jmorecfg.h.p
@@ -0,0 +1,11 @@
+--- jmorecfg.h 2016-07-10 00:36:02.965024562 +0100
++++ jmorecfg.h 2016-07-10 00:37:55.525024349 +0100
+@@ -346,7 +346,7 @@ typedef int boolean;
+ */
+
+ #ifndef MULTIPLIER
+-#define MULTIPLIER int /* type for fastest integer multiply */
++#define MULTIPLIER short /* type for fastest integer multiply */
+ #endif
+
+
diff --git a/sdk/recipes/patches/libjpeg/m68k-unknown-amigaos/jmorecfg.h.p b/sdk/recipes/patches/libjpeg/m68k-unknown-amigaos/jmorecfg.h.p
new file mode 100644
index 0000000..96b5480
--- /dev/null
+++ b/sdk/recipes/patches/libjpeg/m68k-unknown-amigaos/jmorecfg.h.p
@@ -0,0 +1,11 @@
+--- jmorecfg.h 2016-07-10 00:36:02.965024562 +0100
++++ jmorecfg.h 2016-07-10 00:37:55.525024349 +0100
+@@ -346,7 +346,7 @@ typedef int boolean;
+ */
+
+ #ifndef MULTIPLIER
+-#define MULTIPLIER int /* type for fastest integer multiply */
++#define MULTIPLIER short /* type for fastest integer multiply */
+ #endif
+
+