File: libsidplay-1.36.25-optimize.patch

package info (click to toggle)
sidplay 1.36.28-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,192 kB
  • ctags: 1,674
  • sloc: cpp: 12,514; sh: 1,716; makefile: 223
file content (17 lines) | stat: -rw-r--r-- 780 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff -urN sidplay-1.36.25-orig/libsidplay/include/config.h.in sidplay-1.36.25/libsidplay/include/config.h.in
--- sidplay-1.36.25-orig/libsidplay/include/config.h.in	Sat Jun 27 12:00:37 1998
+++ sidplay-1.36.25/libsidplay/include/config.h.in	Sat Jun 27 12:01:51 1998
@@ -105,11 +105,11 @@
  *
  * This option is highly used and tested. A failing little endian system
  * has not been reported so far.  */
-#undef DIRECT_FIXPOINT
+#define DIRECT_FIXPOINT
 
 /* This will cause little(big) endian machines to directly access little(big)
  * endian values in memory structures or arrays, disregarding alignment.  */
-#undef OPTIMIZE_ENDIAN_ACCESS
+#define OPTIMIZE_ENDIAN_ACCESS
 	
 /* --------------------------------------------------------------------------
  * Don't touch these!