From f01dadd3865c18d7e54fd828ebb5a5c6e31c677b Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Mon, 16 Jul 2001 18:03:16 +0000 Subject: [PATCH] add comments --- src/libFLAC/ia32/lpc_asm.nasm | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libFLAC/ia32/lpc_asm.nasm b/src/libFLAC/ia32/lpc_asm.nasm index f217202..a7dec5f 100644 --- a/src/libFLAC/ia32/lpc_asm.nasm +++ b/src/libFLAC/ia32/lpc_asm.nasm @@ -811,9 +811,6 @@ cident FLAC__lpc_compute_residual_from_qlp_coefficients_asm_ia32 ; WATCHOUT: this routine works on 16 bit data which means bits-per-sample for ; the channel must be <= 16. Especially note that this routine cannot be used ; for side-channel coded 16bps channels since the effective bps is 17. -; WATCHOUT: this routine requires that each data array have a buffer of up to -; 3 zeroes in front (at negative indices) for alignment purposes, i.e. for each -; channel n, data[n][-1] through data[n][-3] should be accessible and zero. ALIGN 16 cident FLAC__lpc_compute_residual_from_qlp_coefficients_asm_ia32_mmx ;[esp + 40] residual[] -- 2.7.4