File: libsidplay-ix86-optimize.patch

package info (click to toggle)
libsidplay 1.36.47-2.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,512 kB
  • ctags: 1,264
  • sloc: cpp: 10,444; sh: 8,842; makefile: 70
file content (28 lines) | stat: -rw-r--r-- 1,158 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
diff -crN libsidplay-1.36.36-orig/src/libcfg.h.in libsidplay-1.36.36/src/libcfg.h.in
*** libsidplay-1.36.36-orig/src/libcfg.h.in	Wed May  3 11:39:56 2000
--- libsidplay-1.36.36/src/libcfg.h.in	Wed May  3 11:40:31 2000
***************
*** 39,49 ****
   *
   * This option is highly used and tested. A failing little endian system
   * has not been reported so far.  */
! #undef 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
  	
  /* --------------------------------------------------------------------------
   * Don't touch these!
--- 39,49 ----
   *
   * This option is highly used and tested. A failing little endian system
   * has not been reported so far.  */
! #define DIRECT_FIXPOINT
  
  /* This will cause little(big) endian machines to directly access little(big)
   * endian values in memory structures or arrays, disregarding alignment.  */
! #define OPTIMIZE_ENDIAN_ACCESS
  	
  /* --------------------------------------------------------------------------
   * Don't touch these!