search for: cpu_asm

Displaying 20 results from an estimated 30 matches for "cpu_asm".

Did you mean: cpu_arm
2004 Sep 10
2
1.0 candidate
...CFLAGS="$CFLAGS -fomit-frame-pointer -funroll-loops -finline-functions -Winline -DFLAC__INLINE=__inline__" anyhow I ran configure and I went into src/libFLAC/ia32 and ran gmake I get the following error message: libtool: compile: cannot determine name of library object from `cpu_asm.nasm' I tried renaming the .nasm files to .s files and changing Makefile.am accordingly. (changed ".nasm.lo:" to ".s.lo:", changed filename.nasm dependencies to .s) and it built fine. I tried changing the ".s.lo:" target to "%.lo: %.s" and it built fin...
2004 Sep 10
2
1.0 candidate checked in
...lson wrote: > > > So, last chance to checkout from CVS and break it! > > Also, my libtool doesn't seem to recognize --tag=CC. What is its purpose? > > /bin/sh ../../../libtool --tag=CC --mode=compile \ > sh ../../../strip_fPIC.sh nasm -f elf -d OBJ_FORMAT_elf cpu_asm.nasm > libtool: unrecognized option `--tag=CC' > Try `libtool --help' for more information. Once I removed that, it also seems to hate the .nasm extension: /bin/sh ../../../libtool --mode=compile \ sh ../../../strip_fPIC.sh nasm -f elf -d OBJ_FORMAT_elf cpu_asm.nasm libtool:...
2004 Sep 10
2
stat() and Windows
...DD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"..\..\obj\lib\libFLAC.lib" !ENDIF # Begin Target # Name "libFLAC - Win32 Release" # Name "libFLAC - Win32 Debug" # Begin Group "ASM" # PROP Default_Filter "nasm" # Begin Source File SOURCE=.\ia32\cpu_asm.nasm !IF "$(CFG)" == "libFLAC - Win32 Release" # Begin Custom Build InputPath=.\ia32\cpu_asm.nasm "ia32/cpu_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" nasmw -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o\ ia32/cpu_asm.obj !ELSEI...
2004 Sep 10
4
1.0 candidate checked in
I have checked in what should be the code for 1.0. Unless I find some problems in the next two days (I'm doing one more exhaustive test on another 100 CDs) the only thing that will be changing is the new comparison table or maybe the configure stuff. So, last chance to checkout from CVS and break it! Josh P.S. Thanks to Andrey Astafiev, there's a Russian translation of the docs, which
2004 Sep 10
1
checking OS support for SSE
...D_EXTMMX)? true : false; - -#ifndef FLAC__SSE_OS - if(!FLAC__cpu_info_sse_os_asm_ia32()) /* this function currently always returns false */ - info->data.ia32.fxsr = info->data.ia32.sse = info->data.ia32.sse2 = false; -#endif } #else info->use_asm = false; Index: src/libFLAC/ia32/cpu_asm.nasm =================================================================== 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 @@...
2004 Sep 10
0
1.0 candidate checked in
...t; So, last chance to checkout from CVS and break it! > > > > Also, my libtool doesn't seem to recognize --tag=CC. What is its purpose? > > > > /bin/sh ../../../libtool --tag=CC --mode=compile \ > > sh ../../../strip_fPIC.sh nasm -f elf -d OBJ_FORMAT_elf cpu_asm.nasm > > libtool: unrecognized option `--tag=CC' > > Try `libtool --help' for more information. > > Once I removed that, it also seems to hate the .nasm extension: > > /bin/sh ../../../libtool --mode=compile \ > sh ../../../strip_fPIC.sh nasm -f elf -d O...
2004 Sep 10
1
FLAC 1.0.4 beta released
...> libtoolize --force --copy corrects that problem, but then even > stranger > things happen: ... > `/home/mdz/data/src/deb/mine/work/flac/flac-1.0.4_beta/src/libFLAC/ia32' > /bin/sh ../../../libtool --mode=compile sh ../../../strip_fPIC.sh nasm > -f elf -d OBJ_FORMAT_elf -i./ cpu_asm.nasm -o cpu_asm.lo > ../../../libtool: line 1: s%^.*/%%: No such file or directory > ../../../libtool: line 1: -e: command not found > : warning: cannot infer operation mode from `sh' > : you must specify a MODE > Try ` --help' for more information. > make[3]: *** [cpu_asm...
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 a/src/libFLAC/ia32/bitreader_asm.nasm b/src/libFLAC/ia32/bitreader_asm.nasm...
2004 Sep 10
2
1.0 candidate checked in
...lson wrote: > > > So, last chance to checkout from CVS and break it! > > Also, my libtool doesn't seem to recognize --tag=CC. What is its purpose? > > /bin/sh ../../../libtool --tag=CC --mode=compile \ > sh ../../../strip_fPIC.sh nasm -f elf -d OBJ_FORMAT_elf cpu_asm.nasm > libtool: unrecognized option `--tag=CC' > Try `libtool --help' for more information. My libtool errored with a message instructing me to specify a tag. I put --tag=CC just to make it compile, I don't understand the actual problem. Ben
2012 Jan 01
1
Compiling 64-bit libFLAC/libFLAC++ on OS X Lion, anyone successful?
...still fails with the following output: [...lots of output with seemingly no errors...] /usr/bin/ranlib: archive member: .libs/libFLAC.a(bitreader_asm.o) cputype (7) does not match previous archive members cputype (16777223) (all members must match) /usr/bin/ranlib: archive member: .libs/libFLAC.a(cpu_asm.o) cputype (7) does not match previous archive members cputype (16777223) (all members must match) /usr/bin/ranlib: archive member: .libs/libFLAC.a(fixed_asm.o) cputype (7) does not match previous archive members cputype (16777223) (all members must match) /usr/bin/ranlib: archive member: .libs/l...
2004 Sep 10
5
1.0 candidate checked in
...ess we go back to src/libFLAC/ia32/Makefile.am version 1.5 (plus my automake patch). The libtool command line needs to be modified to use "-o $@", otherwise libtool gives the error: /bin/sh ../../../libtool --mode=compile \ sh ../../../strip_fPIC.sh nasm -f elf -d OBJ_FORMAT_elf cpu_asm.nasm libtool: compile: cannot determine name of library object from `cpu_asm.nasm' make: *** [cpu_asm.lo] Error 1 Changing the rule to: $(LIBTOOL) --mode=compile \ $(STRIP_FPIC) $(NASM) -f $(OBJ_FORMAT) -d OBJ_FORMAT_$(OBJ_FORMAT) -o $@ $< fixes that, but we still have the issue of --t...
2004 Sep 10
0
1.0 candidate checked in
...ile.am > version 1.5 > (plus my automake patch). The libtool command line needs to be > modified to > use "-o $@", otherwise libtool gives the error: > > /bin/sh ../../../libtool --mode=compile \ > sh ../../../strip_fPIC.sh nasm -f elf -d OBJ_FORMAT_elf > cpu_asm.nasm > libtool: compile: cannot determine name of library object from > `cpu_asm.nasm' > make: *** [cpu_asm.lo] Error 1 > > Changing the rule to: > > $(LIBTOOL) --mode=compile \ > $(STRIP_FPIC) $(NASM) -f $(OBJ_FORMAT) -d OBJ_FORMAT_$(OBJ_FORMAT) > -o $@ $< &g...
2004 Sep 10
5
Re: beta 10 candidate checked in
Christian Weisgerber <naddy@mips.inka.de> wrote: > | # nasm build rule: > | %.lo: %.s Even with gmake, this really works only by accident. Automake generates a competing suffix rule, and gmake apparently gives the rule above a higher priority than the suffix rule (or that just happens to be the evaluation order). Matt, since you seem to understand automake, can you come up with
2004 Sep 10
5
FLAC 1.0.4 beta released
All, I have just finished uploading the source release for FLAC 1.0.4 beta to Sourceforge; there are no binary releases. See the included doc/html/news.html for the changes since 1.0.3; there are quite a few. http://prdownloads.sourceforge.net/flac/flac-1.0.4_beta-src.tar.gz?download Please beat up on this as much as possible in the next week or two and try and turn up bugs. Here's a
2004 Sep 10
0
Re: detecting host machine in configure.in?
...AC__OVERFLOW_DETECT @@ -15,40 +11,11 @@ if FLaC__CPU_IA32 if FLaC__HAS_NASM -libFLAC_la_SOURCES = \ - bitbuffer.c \ - bitmath.c \ - crc.c \ - cpu.c \ - encoder.c \ - encoder_framing.c \ - file_decoder.c \ - fixed.c \ - format.c \ - lpc.c \ - md5.c \ - seek_table.c \ - stream_decoder.c \ - i386/cpu_asm.nasm \ - i386/fixed_asm.nasm \ - i386/lpc_asm.nasm -else -libFLAC_la_SOURCES = \ - bitbuffer.c \ - bitmath.c \ - crc.c \ - cpu.c \ - encoder.c \ - encoder_framing.c \ - file_decoder.c \ - fixed.c \ - format.c \ - lpc.c \ - md5.c \ - seek_table.c \ - stream_decoder.c +SUBDIRS = i386 . +libFLAC_la_LI...
2004 Sep 10
2
1.0 candidate checked in
...gt; > > > > > Also, my libtool doesn't seem to recognize --tag=CC. What is its > > > purpose? > > > > > > /bin/sh ../../../libtool --tag=CC --mode=compile \ > > > sh ../../../strip_fPIC.sh nasm -f elf -d OBJ_FORMAT_elf > > > cpu_asm.nasm > > > libtool: unrecognized option `--tag=CC' > > > Try `libtool --help' for more information. > > > > My libtool errored with a message instructing me to specify a tag. > > I put --tag=CC just to make it compile, I don't understand the > &gt...
2004 Sep 10
2
1.0 candidate checked in
...king all in src gmake[1]: Entering directory `/home/ben/flac/flac/flac/src' Making all in libFLAC gmake[2]: Entering directory `/home/ben/flac/flac/flac/src/libFLAC' Making all in ia32 gmake[3]: Entering directory `/home/ben/flac/flac/flac/src/libFLAC/ia32' nasm -f elf -d OBJ_FORMAT_elf cpu_asm.nasm -o cpu_asm.o nasm -f elf -d OBJ_FORMAT_elf fixed_asm.nasm -o fixed_asm.o nasm -f elf -d OBJ_FORMAT_elf lpc_asm.nasm -o lpc_asm.o rm -f libFLAC-asm.a ar cru libFLAC-asm.a cpu_asm.o fixed_asm.o lpc_asm.o ranlib libFLAC-asm.a gmake[3]: Leaving directory `/home/ben/flac/flac/flac/src/libFLAC/ia32...
2004 Sep 10
2
1.0 candidate checked in
...reemail.com wrote: > On Thu, Jul 19, 2001 at 05:01:07PM -0400, Matt Zimmerman wrote: > > Once I removed that, it also seems to hate the .nasm extension: > > > > /bin/sh ../../../libtool --mode=compile \ > > sh ../../../strip_fPIC.sh nasm -f elf -d OBJ_FORMAT_elf cpu_asm.nasm > > libtool: compile: cannot determine name of library object from `cpu_asm.nasm' > > > > Is there some pressing reason to use libtool to compile these objects, rather > > than just executing nasm? I seem to recall there being a thread about this, > > but I...
2004 Sep 10
3
patches for flac build
...@ # nasm build rule: -%.lo: %.s - $(NASM) -f elf -d ELF $< -o $@ + +STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh + +SUFFIXES = .asm + +.asm.lo: + $(LIBTOOL) --tag=CC --mode=compile \ + $(STRIP_FPIC) $(NASM) -f elf -d ELF $< noinst_LTLIBRARIES = libFLAC-asm.la libFLAC_asm_la_SOURCES = \ - cpu_asm.s \ - fixed_asm.s \ - lpc_asm.s + cpu_asm.asm \ + fixed_asm.asm \ + lpc_asm.asm --- strip_fPIC.sh.orig Sun Jul 8 22:06:23 2001 +++ strip_fPIC.sh @@ -0,0 +1,15 @@ +#!/bin/sh +# +# libtool assumes that the compiler can handle the -fPIC flag +# This isn't always true (for example, nasm can'...
2004 Sep 10
0
FLAC 1.0.4 beta released
...`/home/mdz/data/src/deb/mine/work/flac/flac-1.0.4_beta/src/libFLAC' Making check in ia32 make[3]: Entering directory `/home/mdz/data/src/deb/mine/work/flac/flac-1.0.4_beta/src/libFLAC/ia32' /bin/sh ../../../libtool --mode=compile sh ../../../strip_fPIC.sh nasm -f elf -d OBJ_FORMAT_elf -i./ cpu_asm.nasm -o cpu_asm.lo ../../../libtool: line 1: s%^.*/%%: No such file or directory ../../../libtool: line 1: -e: command not found : warning: cannot infer operation mode from `sh' : you must specify a MODE Try ` --help' for more information. make[3]: *** [cpu_asm.lo] Error 1 make[3]: Leaving...