Displaying 20 results from an estimated 23 matches for "mmmx".
Did you mean:
mmx
2011 Jul 01
2
[LLVMdev] [cfe-dev] should -mno-sse -mno-mmx -msse -mmmx work?
Hi Andrew-
> fatal error: error in backend: SSE2 register return with SSE2 disabled
Is this for 32-bit or 64-bit x86? If it's the latter, the ABI demands
that the return value in this case is in xmm0 - SSE is required.
Alistair
2011 Jul 01
0
[LLVMdev] [cfe-dev] should -mno-sse -mno-mmx -msse -mmmx work?
Hi Andrew-
> Well -no-sse -mno-mmx works for EFI as it is pre-boot firmware and does not have any floating point C code. We use -no-sse and -mno-mmx code to prevent optimized code gen using these registers for optimizations.
Whether it's optimised or not doesn't particularly matter, the x86_64 ABI says that floating-point return values go into SSE registers, so that is where LLVM is
2011 Jul 01
1
[LLVMdev] [cfe-dev] should -mno-sse -mno-mmx -msse -mmmx work?
On Jul 1, 2011, at 2:43 PM, Alistair Lynn wrote:
> Hi Andrew-
>
>> fatal error: error in backend: SSE2 register return with SSE2 disabled
>
> Is this for 32-bit or 64-bit x86?
64-bit x86.
> If it's the latter, the ABI demands
> that the return value in this case is in xmm0 - SSE is required.
>
Well -no-sse -mno-mmx works for EFI as it is pre-boot firmware and
2004 Nov 21
7
wxRuby 0.6.0 is released!
wxRuby 0.6.0 has been released and is now available for
download from RubyForge at http://wxruby.rubyforge.org/
This release includes binary builds for Max OS X and
MS Windows.
Changes in this release include:
* Additional widget support in XRC (thanks to Marshall Elfstrand)
* Addition of wxScrollbar (thanks to Hans Harmon of Pinnacle
Technologies Inc)
* Addition of wxGrid event handlers (thanks
2006 Oct 04
2
Crash in cb_search.c, line 414
...a-gc=boehm
--disable-libgcj-debug --enable-interpreter
--enable-hash-synchronization --enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.5 (mingw special)
Compile flags:
DEFINES += NDEBUG WIN32 _WINDOWS HAVE_CONFIG_H VAR_ARRAYS VORBIS_PSYCHO
CFLAGS:
-O3 -march=pentium3 -mtune=pentium4 -mmmx -msse -fomit-frame-pointer
-ffast-math -g -Wall
SSE technically enabled in the compiler, but not used by libspeex.
As for the CPU and the values of best_ntarget[j], I have no way to find
out. I almost had to bully the enduser in question just to get the
offset from the windows crash dialog :(...
2011 Feb 15
3
[LLVMdev] Possible LLVM or DragonEgg bug
...bled with GCC+DragonEgg(newest SVN version):
/usr/lib64/ccache/c++ -Wall -Wno-long-long -pthread -ffunction-sections -D_GLIBCXX_PARALLEL -fopenmp -D__STDC_CONSTANT_MACROS -fplugin=/home/John/Documents/Project/DragonEgg/dragonegg/dragonegg.so -O3 -DNDEBUG -fomit-frame-pointer -O3 -ffast-math -mmmx -msse -msse2 -msse3 -DNDEBUG CMakeFiles/createsamples.dir/createsamples.o -o ../../bin/opencv_createsamples -rdynamic ../../lib/libcxcore.so.2.0.0 ../../lib/libcv.so.2.0.0 ../../lib/libcvhaartraining.a ../../lib/libhighgui.so.2.0.0 ../../lib/libcv.so.2.0.0 ../../lib/libcxcore.so.2.0.0 ../....
2015 Apr 09
2
[LLVMdev] MMX/SSE subtarget feature in IR
Hi all,
I have a sample test case :
$ cat 1.c
int foo(int x, int y){
int z = x + y;
return z/2;
}
I tried to get its IR form with clang providing subtarget feature as mmx
for target x86_64
$ clang -O3 -mmmx 1.c -S -emit-llvm
in the IR generated i can see the subtarget-features as function attribute :
"target-features"="+mmx"
In the SelectionDAG phase in file "X86ISelLowering.cpp", i checked in one
of the function what is the subtarget feature by calling few routines o...
2015 Apr 09
2
[LLVMdev] MMX/SSE subtarget feature in IR
...le test case :
>
>
>
> $ cat 1.c
>
>
>
> int foo(int x, int y){
>
> int z = x + y;
>
> return z/2;
>
> }
>
>
>
> I tried to get its IR form with clang providing subtarget feature as mmx
> for target x86_64
>
>
>
> $ clang -O3 -mmmx 1.c -S -emit-llvm
>
>
>
> in the IR generated i can see the subtarget-features as function attribute
> :
>
>
>
> "target-features"="+mmx"
>
>
>
> In the SelectionDAG phase in file "X86ISelLowering.cpp", i checked in one
> of th...
2004 Feb 23
1
Segmentation fault with fix() (PR#6605)
...n in the graphical device window. Clicking on the name of
the variables completely messes up the screen too. In this case you have to
close the grahpic device and call fix() again.
I've compiled R from sources on a pentium4 with these falgs:
CFLAGS="-march=pentium4 -O2 -pipe -msse -msse2 -mmmx"
CXXFLAGS=CFLAGS
and on a Celeron (Mendocino) with these:
CFLAGS="-march=i686 -O2 -pipe -mmmx"
CXXFLAGS=CFLAGS
and I've also tried to use both nano and vim as editors. In each case I always
get the same error on both computers
2003 Apr 10
1
regchrome causes segfault during Mozilla build
...h ./chrome/user-skins.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.
2004 Aug 06
2
Asterisk not starting
...e System version 1.4.16
Portage 2.0.50-r9 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r0,
2.6.7-ck)
=================================================================
System uname: 2.6.7-ck i686 Intel(R) Pentium(R) M processor 1500MHz
CFLAGS="-O2 -march=pentium4 -mcpu=pentium4 -msse2 -mmmx -fomit-frame-pointer
-funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CXXFLAGS="-O2 -march=pentium4 -mcpu=pentium4 -msse2 -mmmx -fomit-frame-pointer
-funroll-loops -pipe"
Andi
--
-> Andreas Roedl -> Senior IT Manager
-> NA...
2011 Feb 16
0
[LLVMdev] Possible LLVM or DragonEgg bug
...h GCC+DragonEgg(newest SVN version):
>
> /usr/lib64/ccache/c++ -Wall -Wno-long-long -pthread -ffunction-sections -D_GLIBCXX_PARALLEL -fopenmp -D__STDC_CONSTANT_MACROS -fplugin=/home/John/Documents/Project/DragonEgg/dragonegg/dragonegg.so -O3 -DNDEBUG -fomit-frame-pointer -O3 -ffast-math -mmmx -msse -msse2 -msse3 -DNDEBUG CMakeFiles/createsamples.dir/createsamples.o -o ../../bin/opencv_createsamples -rdynamic ../../lib/libcxcore.so.2.0.0 ../../lib/libcv.so.2.0.0 ../../lib/libcvhaartraining.a ../../lib/libhighgui.so.2.0.0 ../../lib/libcv.so.2.0.0 ../../lib/libcxcore.so.2.0.0 ../....
2015 Apr 10
2
[LLVMdev] MMX/SSE subtarget feature in IR
...llvm::Triple::Haiku:
return "i586";
case llvm::Triple::Bitrig:
return "i686";
default:
// Fallback to p4.
return "pentium4";
}
}
Is there any 32-bit CPU with MMX feature but without SSE feature?
Can it be done as follows :
$ clang 1.c -mmmx -mno-sse -emit-llvm -S -target i386.
My intention is to generate IR for x86 32 bit CPU with MMX feature but without SSE feature and further investigate if vectorization triggers for 32 bit architecture with MMX feature only.
Thanks.
Regards,
Suyog Sarda
-------------- next part --------------
An...
2009 Sep 03
1
trouble installing gtools package in local directory
...STALL gtools_2.6.1.tar.gz
WARNING: ignoring environment value of R_HOME
* Installing to library '/home/ssaeed/R/library/'
* Installing *source* package 'gtools' ...
** libs
gcc -std=gnu99 -I/tp64/r-project/2.9.0/lib64/R/include -I/usr/local/include
-fpic -O2 -m64 -march=nocona -mmmx -msse -msse2 -msse3 -c
setTCPNoDelay.c -o setTCPNoDelay.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o gtools.so setTCPNoDelay.o
-L/tp64/r-project/2.9.0/lib64/R/lib -lR
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
>>> Building/Updating hel...
2009 Sep 03
1
trouble installing gtools package in local directory
...STALL gtools_2.6.1.tar.gz
WARNING: ignoring environment value of R_HOME
* Installing to library '/home/ssaeed/R/library/'
* Installing *source* package 'gtools' ...
** libs
gcc -std=gnu99 -I/tp64/r-project/2.9.0/lib64/R/include -I/usr/local/include
-fpic -O2 -m64 -march=nocona -mmmx -msse -msse2 -msse3 -c
setTCPNoDelay.c -o setTCPNoDelay.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o gtools.so setTCPNoDelay.o
-L/tp64/r-project/2.9.0/lib64/R/lib -lR
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
>>> Building/Updating hel...
2011 Feb 17
1
[LLVMdev] Possible LLVM or DragonEgg bug
...h GCC+DragonEgg(newest SVN version):
>
> /usr/lib64/ccache/c++ -Wall -Wno-long-long -pthread -ffunction-sections -D_GLIBCXX_PARALLEL -fopenmp -D__STDC_CONSTANT_MACROS -fplugin=/home/John/Documents/Project/DragonEgg/dragonegg/dragonegg.so -O3 -DNDEBUG -fomit-frame-pointer -O3 -ffast-math -mmmx -msse -msse2 -msse3 -DNDEBUG CMakeFiles/createsamples.dir/createsamples.o -o ../../bin/opencv_createsamples -rdynamic ../../lib/libcxcore.so.2.0.0 ../../lib/libcv.so.2.0.0 ../../lib/libcvhaartraining.a ../../lib/libhighgui.so.2.0.0 ../../lib/libcv.so.2.0.0 ../../lib/libcxcore.so.2.0.0 ../....
2009 Jul 19
2
Compiling wine on debian-unstable amd64
...but the build finished with
gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__
-D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wtype-limits
-Wpointer-arith -march=3Dnative -O3 -pipe -fomit-frame-pointer -msse2
-msse3 -mmmx -m3dnow -o cdrom.o cdrom.c
cdrom.c: In function 'GetInquiryData':
cdrom.c:2078: error: 'INQUIRY' undeclared (first use in this function)
cdrom.c:2078: error: (Each undeclared identifier is reported only once
cdrom.c:2078: error: for each function it appears in.)
make[2]: *** [cdrom...
2008 Nov 01
0
[LLVMdev] llvm-gcc-4.2 CC1_SPECS
...tree-loop-im -ftree-loop-ivcanon
# -ftree-loop-optimize -ftree-vect-loop-version -funit-at-a-time
# -fverbose-asm -fzero-initialized-in-bss -m128bit-long-double -m32 -m80387
# -maccumulate-outgoing-args -malign-stringops -matt-stubs
# -mconstant-cfstrings -mfancy-math-387 -mfp-ret-in-387 -mieee-fp -mmmx
# -mno-red-zone -mno-sse4 -mpush-args -msse -msse2 -msse3
# -mwarn-nonportable-cfstrings
# Compiler executable checksum: 8b71d7bb9d5d18146938b09f1ac40213
from...
touch t.cc
llvm-gcc-4 -fverbose-asm t.cc -S
2006 Oct 04
2
Crash in cb_search.c, line 414
Ok, I got a strange case..
I got a bugreport from a user about my application crashing on him.
After a bit of trouble, I got him to report back the module and offset
it crashed at (win32). I always retain a copy of my symbol files for my
release builds, so tracking down the crash address leads to:
(gdb) list *0x6d5c2213
0x6d5c2213 is in split_cb_search_shape_sign (cb_search.c:414).
409
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: