Changeset 494


Ignore:
Timestamp:
02/15/16 00:17:34 (8 years ago)
Author:
r2d
Message:

remove the USE_ASM macro : there is no more asm code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpcenc/mpcenc.h

    r493 r494  
    5959#endif
    6060
    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 decoding
    65 // 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 faster
    66 #define USE_ASM
    67 
    68 #endif
    69 
    7061// Use termios for reading values from keyboard without echo and ENTER
    7162#define USE_TERMIOS
     
    7364// make debug output in tags.c stfu
    7465#define STFU
    75 
    76 #if INT_MAX < 2147483647L
    77 # undef USE_ASM
    78 #endif
    7966
    8067#ifndef O_BINARY
Note: See TracChangeset for help on using the changeset viewer.