Displaying 20 results from an estimated 54 matches for "pentium3".
Did you mean:
pentium
2010 Dec 22
5
* 1.8: cannot load g729 free codec (on 1.4 it worked!)
pbx18*CLI> module load codec_g729-ast14-gcc4-glibc-pentium3.so
Unable to load module codec_g729-ast14-gcc4-glibc-pentium3.so
Command 'module load codec_g729-ast14-gcc4-glibc-pentium3.so ' failed.
[Dec 22 15:52:45] WARNING[4491]: loader.c:757 inspect_module: Module
'codec_g729-ast14-gcc4-glibc-pentium3.so' does not provide a license key.
[De...
2011 Aug 02
3
CPU Model detection with virsh capabilities
...ssue with virsh that I can't understand.
I wanted to emulate another CPU than the classical qemu32 using virsh.
So I used the virsh capabilites command to detect how is detected my CPU
host which is an Intel Xeon E5410 and my problem is that this CPU is
detected only with the cpumodel "pentium3".
But if use the kvm -cpu ? command, it returns me the following
capabilities :
$ kvm -cpu ?
x86 qemu64
x86 phenom
x86 core2duo
x86 kvm64
x86 qemu32
x86 coreduo
x86 486
x86 pentium
x86 pentium2
x86...
2004 Aug 06
3
Speex 1.1.4 is out
> Is it a problem if all the files are compiled with -march=pentium3
> ? The patch that we sent in already detects in the configure.in script
> which system you are on and sets a define correctly, i.e. _USE_SSE.
Well, if what you want is auto-detection, turning on -march=pentium3
means that the code will crash on anything lower than a pentium3. Not
really u...
2005 Mar 18
3
HELP: Dose G.729 with IPP only worked on Intel CPU?
...and download the speech codeing
(l_ipp-sample-speech-coding_p_4.1.008.tgz) then patch it (g729-041103.diff).
My CPU is Centaur VIA Nehemiah with 998.715 MHz processor not INTEL CPU.
I choose PIII as its CPU type when I modify Makefile under "G729-float".
# For PIII
OPTIMIZE= -O6 -mcpu=pentium3 -march=pentium3 -ffast-math -fomit-frame-pointer
IPPCORE=a6
I got the codec_g729.so and copy it to /usr/lib/asterisk/modules/.
Modified /etc/init.d/asterisk and add LD_LIBRARY_PATH and export it.
Modified /etc/asterisk/sip.conf and add allow=g729.
I worked my asterisk well before add G.729 cod...
2004 Aug 06
2
Speex 1.1.4 is out
...> How difficult would it be to add support for runtime CPU detection?
> Is this a feature you might consider adding?
Pretty complicated because of some annoying decisions taken by the gcc
team. The problem is that gcc won't let you use intrinsics unless the
file is compiled with -march=pentium3 (or higher). Unfortunately, this
means you have to put all the SSE stuff in another file, which is
complicated for some of the Speex files. Also, you have to find a
portable way to get the build system use different compilation switches
for different files. Last thing, it also makes the detection f...
2004 Aug 06
0
Speex 1.1.4 is out
...pt to set what you need
b. Do tricks with file extensions. CFLAGS applies to files that
have a .c ending. CXXFLAGS applies to files that have .cpp . If you place
all the SSE intrinics into .cpp files, then you can add in
libspeex\Makefile.am a line like: libspeex_la_CXXFLAGS = -march=pentium3.
Even better, you can use the configure.in magic from our patch. You define
the CXXFLAGS to add based upon the target architecture. (Note, you will
need to add AC_PROG_CXX into configure.in). That way you add both #ifdef
inside those files and you have runtime selection of the function to use....
2006 Mar 11
1
compiler options for xen
I use gentoo on xen, in the gentoo docs (gentoo compiles everything
almost) they have options like ''-march=pentium3'' should i be using
the gcc option for the cpu im using (pentium3), I understand that
domU''s and even dom0''s speak the "XEN" arch, so could using cpu
specific flags like this cause problems? what are other xen+gentoo
users using and have you had any probl...
2003 Apr 10
1
regchrome causes segfault during Mozilla build
...ins.rdf ./chrome/user-locales.rdf)
Segmentation fault (core dumped)
*** Error code 139
I've tried using gcc2.95.4 and gcc3.2.2, both generate the same error, with or without optimizations. Here are the CFLAGS I've used:
gcc3.2.2: CFLAGS=-O -pipe -fomit-frame-pointer -mmmx -msse -march=pentium3 -mcpu=pentium3
gcc2.95.4: CFLAGS=-O -pipe -fomit-frame-pointer -march=pentiumpro -mcpu=pentiumpro
If any addition info is required, let me know.
>How-To-Repeat:
execute `regchrome', a file built by mozilla near the end of the install.
2003 Jun 10
3
again - newest cvs and mplayer
Hi
Again, the newest theora cvs prevents mplayer from compiling:
gcc -c -O4 -march=pentium3 -mcpu=pentium3 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I../loader -o demux_ogg.o demux_ogg.c
demux_ogg.c: In function `demux_ogg_open':
demux_ogg.c:626: warning: passing arg 2 of `theora_decode_header' from incompatible pointer typ...
2002 Aug 03
7
theora MMX decoder
I try to merge VP3's mmx decoder into theora.
http://kyoto.cool.ne.jp/vp3/developers/theora-alpha3-MMXd-src.zip
You can see the change by searching the keyword "_UsingMMX_" in all lib
folder's file.
From
VP3???YO
vp3@go8.enjoy.ne.jp
2005 Aug 23
2
compiling CVS-HEAD + Patch from http://bugs.digium.com/view.php?id=3644
...\
mv include/asterisk/version.h.tmp include/asterisk/version.h ; \
fi
rm -f include/asterisk/version.h.tmp
build_tools/mkdep -pipe -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -g -Iinclude
-I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=pentium3
-DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer -pipe -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g
-Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -O6
-march=pentium3 -DZAPTEL_OPTIMIZATIONS
-fomit-frame-pointer acl.c aescryp...
2008 Jun 25
6
CentOS 5.2 kernel [2.6.18-92.1.1.el5] crashes on dual-PIII Compaq ProLiant 3000
After yum upgrade, the new CentOS5 kernel [ kernel-2.6.18-92.1.1.el5.i686 ]
crashes each time early in boot process on Compaq ProLiant 3000
with dual Pentium3 CPU (600 MHz, CPU0: Intel Pentium III (Katmai) stepping 03, CPU1 the same).
I get kernel panic at powernowk8_init+0x05e/0x1c3.
The previous kernel [ kernel-2.6.18-53.1.21.el5.i686 ] seems to work fine.
I am wondering if anyone has met this on PIII CPU ?
I have found 99.9% identical problem on
h...
2004 Aug 06
1
libspeex/SSE Intrinsics with GCC 3.3.x
On Fri, Apr 02, 2004 at 12:33:13AM -0500, Jean-Marc Valin wrote:
> Do you have any sample code for that? Also, how do you tell autoconf to
> append '-msse' without running into problems when CFLAGS is not set (and
> usually defaults to -g -O2, but not always).
Example patch attached. It only tries if the use passes --enable-sse;
testing by target arch as Aron suggested is
2013 Feb 06
4
FreeBSD-9.1 would not boot on pentium3 laptop
Hello!
I have an old Dell Latitude C800 laptop (with Pentium3 CPU in it).
FreeBSD 6.3-STABLE was running fine on it, but I decided to update the
machine to 9.1-STABLE.
Well, neither my own custom kernel, nor even the official 9.1-RELEASE
CD1 would boot... In both cases the boot process runs up to detecting
uhub0, then either hangs forever or shuts off af...
2006 Apr 03
2
[LLVMdev] lli: problem finding external symbol
...lvm-g++ -g
-I/usr/X11R6/include -I. -I/home/mmccrack/include -Icore -Igeometry
-Iimage -Iimage/sky -Iimage/tm -Inet -Isampling -Ishaders
-Ithread -Itools -Iparse -Iparse -m32 -fpermissive -fno-rtti
-pthread -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_LARGEFILE_SOURCE
-D_GNU_SOURCE -O3 -march=pentium3 -U__USE_ASM__ -U__USE_SSE_
-U__USE_SSE2__ -MD -c -o .o/core/leoLight.o core/leoLight.cpp
And now the monstrosity:
/home/mmccrack/linux/bin/tau_compiler.sh
-optPdtDir="/home/mmccrack//linux"
-optPdtCOpts="-I/home/mmccrack/include -DPROFILING_ON
-DTAU_STDCXXLIB...
2004 Aug 06
2
Notes on 1.1.4 Windows. Testing of SSE Intrinics Code and others
Jean-Marc,
Are you sure that you don't need to add just -msse to enable the
intrinsics rather than a full fledged -march=pentium3? I did some playing
around and I can get intrinsics code to compile with -march=i686 -msse on
linux with that.
Check out:
http://groups.google.com/groups?q=enable+gcc+sse+intrinsics&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=ugnh53o8h1bq55%40corp.supernews.com&rnum=1
Ar...
2006 Apr 03
0
[LLVMdev] lli: problem finding external symbol
...X11R6/include -I. -I/home/mmccrack/include -Icore -Igeometry
> -Iimage -Iimage/sky -Iimage/tm -Inet -Isampling -Ishaders
> -Ithread -Itools -Iparse -Iparse -m32 -fpermissive -fno-rtti
> -pthread -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_LARGEFILE_SOURCE
> -D_GNU_SOURCE -O3 -march=pentium3 -U__USE_ASM__ -U__USE_SSE_
> -U__USE_SSE2__ -MD -c -o .o/core/leoLight.o core/leoLight.cpp
>
> And now the monstrosity:
>
> /home/mmccrack/linux/bin/tau_compiler.sh
> -optPdtDir="/home/mmccrack//linux"
> -optPdtCOpts="-I/home/mmccrack/include -DPROFILING_ON
>...
2004 Aug 06
0
Speex 1.1.4 is out
Jean-Marc,
Is it a problem if all the files are compiled with -march=pentium3
? The patch that we sent in already detects in the configure.in script
which system you are on and sets a define correctly, i.e. _USE_SSE.
Aron Rosenberg
SightSpeed
At 11:05 AM 1/21/2004, you wrote:
> > Am I right with the assumption, that currently you have to enable
> > processor...
2006 Aug 25
1
Does irqbalance actually do anything?
I've got several SMP machines, some running CentOS 4.3 and some running
Fedora Core 4. All machine are kept fully updated. A few are
Pentium3-based and a few are Pentium4-based. They are all running the
irqbalance daemon.
The distribution of interrupts across CPUs is indeed kept balanced, yet
even after months of uptime ps shows no CPU use whatsoever by irqbalance.
This from a program that is supposed to wake up every 10 (?) secon...
2010 Jul 13
0
Trying to compile 5.5p1
Hi
I am trying to compile 5.5p1 for OS/2 ECS. But I am hitting an error on
configure:
configure:3484: checking whether byte ordering is bigendian
configure:3517: gcc -c -D__EMX__ -DOS2 -D__ST_MT_ERRNO__ -O3
-mcpu=pentium3 co
nftest.c >&5
configure:3523: $? = 0
configure:3555: gcc -c -D__EMX__ -DOS2 -D__ST_MT_ERRNO__ -O3
-mcpu=pentium3 co
nftest.c >&5
conftest.c: In function `main':
conftest.c:25: error: `not' undeclared (first use in this function)
conftest.c:25: error: (Each undeclared iden...