Re: [flac-dev] New routine: FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_16

2013-08-26 Thread Erik de Castro Lopo
lvqcl wrote: > libFLAC have three SSE-accelerated functions > FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_N (N = 4, 8, 12). > They require lpc_order less than N. > The best compression preset (flac -8) uses lpc_order up to 12; it means > that during encoding FLAC also uses unaccelerated C f

[flac-dev] New routine: FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_16

2013-08-26 Thread lvqcl
Erik de Castro Lopo wrote: Unfortunately this patch doesn't apply. How was it generated? Would it be possible to send a patch generated by Git because those usually do work. Erik I'm not very familiar with git... I hope that now I did everything correctly. The patch is in the attachment.