Changeset 494
- Timestamp:
- 02/15/16 00:17:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/mpcenc/mpcenc.h
r493 r494 59 59 #endif 60 60 61 62 #if !defined(__APPLE__)63 // use optimized assembler routines for Pentium III/K6-2/Athlon (only 32 bit OS, Intel x86 and no MAKE_xxBITS)64 // you need the NASM assembler on your system, the program becomes a little bit larger and decoding65 // on AMD K6-2 (x3), AMD K6-III (x3), AMD Duron (x1.7), AMD Athlon (x1.7), Pentium III (x2) and Pentium 4 (x1.8) becomes faster66 #define USE_ASM67 68 #endif69 70 61 // Use termios for reading values from keyboard without echo and ENTER 71 62 #define USE_TERMIOS … … 73 64 // make debug output in tags.c stfu 74 65 #define STFU 75 76 #if INT_MAX < 2147483647L77 # undef USE_ASM78 #endif79 66 80 67 #ifndef O_BINARY
Note: See TracChangeset
for help on using the changeset viewer.