Displaying 3 results from an estimated 3 matches for "cglobal".
Did you mean:
global
2013 Aug 22
2
New routine: FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_16
...6;
else
encoder->private_->local_lpc_compute_autocorrelation = FLAC__lpc_compute_autocorrelation_asm_ia32;
}
--- a\src\libFLAC\ia32\lpc_asm.nasm 2013-08-13 13:30:24.000000000 +0400
+++ b\src\libFLAC\ia32\lpc_asm.nasm 2013-08-22 13:06:46.497389100 +0400
@@ -39,6 +39,7 @@
cglobal FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_4
cglobal FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_8
cglobal FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_12
+cglobal FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_16
cglobal FLAC__lpc_compute_autocorrelation_asm_ia32_3dn...
2004 Sep 10
1
checking OS support for SSE
...======================================================
RCS file: /cvsroot/flac/flac/src/libFLAC/ia32/cpu_asm.nasm,v
retrieving revision 1.4
diff -u -r1.4 cpu_asm.nasm
--- src/libFLAC/ia32/cpu_asm.nasm 2001/07/18 00:24:46 1.4
+++ src/libFLAC/ia32/cpu_asm.nasm 2001/07/27 08:57:04
@@ -22,7 +22,7 @@
cglobal FLAC__cpu_info_asm_ia32
cglobal FLAC__cpu_info_extended_amd_asm_ia32
-cglobal FLAC__cpu_info_sse_os_asm_ia32
+cglobal FLAC__cpu_info_sse_test_asm_ia32
code_section
@@ -81,20 +81,7 @@
pop ebx
ret
-;WATCHOUT - DO NOT call this function until you have verified CPU support of
-;...
2012 Dec 03
4
[PATCH 1/5] Remove old GNU-stack sections from nasm files.
They are not needed since the section is defined in nasm.h.
---
src/libFLAC/ia32/bitreader_asm.nasm | 4 ----
src/libFLAC/ia32/cpu_asm.nasm | 4 ----
src/libFLAC/ia32/fixed_asm.nasm | 4 ----
src/libFLAC/ia32/lpc_asm.nasm | 4 ----
src/libFLAC/ia32/stream_encoder_asm.nasm | 4 ----
5 files changed, 20 deletions(-)
diff --git