Re: [flac-dev] IA32 and NASM

2014-01-31 Thread Erik de Castro Lopo
lvqcl wrote: > Is Nasm always available when the target architecture is IA-32? Not it is not always available. On most Linux systems it is an optional install. > For example, FLAC has FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_NN() > functions > that require NASM presence, and > FLAC__

[flac-dev] IA32 and NASM

2014-01-31 Thread lvqcl
Is Nasm always available when the target architecture is IA-32? For example, FLAC has FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_NN() functions that require NASM presence, and FLAC__lpc_compute_autocorrelation_intrin_sse_lag_NN() functions that require x86 intrinsics support. FLAC makes