gate i386 code with FLAC__HAS_NASM

This commit is contained in:
Josh Coalson
2001-05-24 19:29:30 +00:00
parent 2d071a6b6e
commit 034d38e73a
2 changed files with 4 additions and 0 deletions

View File

@@ -170,6 +170,7 @@ FLAC__StreamDecoderState FLAC__stream_decoder_init(
if(decoder->guts->cpuinfo.use_asm) {
#ifdef FLAC__CPU_IA32
assert(decoder->guts->cpuinfo.type == FLAC__CPUINFO_TYPE_IA32);
#ifdef FLAC__HAS_NASM
#if 0
/* @@@ MMX version needs bps check */
if(decoder->guts->cpuinfo.data.ia32.mmx && @@@bps check here@@@)
@@ -178,6 +179,7 @@ FLAC__StreamDecoderState FLAC__stream_decoder_init(
#endif
fprintf(stderr,"@@@ got _asm_i386 of lpc_restore_signal()\n");
decoder->guts->local_lpc_restore_signal = FLAC__lpc_restore_signal_asm_i386;
#endif
#endif
}