Skip to content
  • Renaud Dartus's avatar
    * Begin of SSE/3DNow! support for imdct and downmix · db7b0421
    Renaud Dartus authored
    If you have a PIII or a Athlon and you want to try this, just comment #if 0
    in ac3_downmix.c and ac3_imdct.c and add in AC3_DECODER section of Makefile :
    	src/ac3_decoder/ac3_imdct_sse.o \
    	src/ac3_decoder/ac3_srfft_sse.o \
    	src/ac3_decoder/ac3_downmix_sse.o \
    	src/ac3_decoder/ac3_downmix_3dn.o \
    db7b0421