i386 and x86-64 Options - Using the GNU Compiler Collection (GCC)
pentium-m: Low power version of Intel Pentium3 CPU with MMX, SSE and SSE2 instruction set ... c3-2: Via C3-2 CPU with MMX and SSE instruction set support. ...
gcc.gnu.org/onlinedocs/gcc-4.0.0/gcc/i386-and-x86_...
• Found exclusively on: Google
Hardware - SSE Performance Programming
Jun 24, 2005 ... MMX is enabled by default on gcc-4.0. If MMX is enabled, .... Similar selectors exist for MMX, SSE and SSE2, but since those are required ...
developer.apple.com/hardwaredrivers/ve/sse.html
• Found on: Google, Bing
Example c programs with gcc and Intel intrinsics (SSE,SSE2,SSE3)
Mar 27, 2005 ... #include <xmmintrin.h> /* * * Compiling: * * gcc -O3 -march=pentium3 -mfpmath= sse -funroll-loops * -fomit-frame-pointer -o gcc_macros ...
www.tuleriit.ee/progs/rexample.php
• Found exclusively on: Google
Bug 13366 - ICE using MMX/SSE builtins with -O
GCC Bugzilla Bug 13366 ICE using MMX/SSE builtins with -O Last modified: 2005-01-11 21:53:56
gcc.gnu.org/bugzilla/show_bug.cgi?id=13366
• Found exclusively on: Bing
SSE2 - Wikipedia, the free encyclopedia
Sep 18, 2009 ... SSE2 extends MMX instructions to operate on XMM registers, allowing the ... Automatic vectorization for SSE/SSE2 has been added since GCC 4. ...
en.wikipedia.org/wiki/SSE2
• Found on: Google, Bing
An Introduction to GCC - x86 extensions
GCC can take advantage of the additional instructions in the MMX, SSE, SSE2, SSE3 and 3dnow extensions of recent Intel and AMD processors. ...
www.network-theory.co.uk/docs/gccintro/gccintro_64...
• Found exclusively on: Google
i386 and x86-64 Options - Using the GNU Compiler Collection (GCC)
Using the GNU Compiler Collection (GCC) ... Intel Pentium3 CPU based on PentiumPro core with MMX and SSE instruction set support.
gcc.gnu.org/onlinedocs/gcc-3.4.4/gcc/i386-and-x86_...
• Found on: Bing, Ask.com
[x86] alignment problem for local mmx/sse/sse2 data inside threads
[x86] alignment problem for local mmx/sse/sse2 data inside threads
lists.debian.org/debian-gcc/2003/07/msg00200.html
• Found exclusively on: Bing
SIMD and other techniques for fast numerical programming with gcc
First code example using gcc vector support ? 5. Floating point SIMD using compiler built-ins ? SSE built-ins ? SSE2 built-ins ? SSE-3 built-ins ...
ds9a.nl/gcc-simd/
• Found exclusively on: Google
OpenSolaris Forums : qt and mmx,sse detection ...
mmx/3dnow/sse/sse2 ? >>> the qt autodetection functions are tailored to gcc, so they fail with Sun >>> Studio. Probably something like this ...
opensolaris.org/jive/thread.jspa?threadID=110482&t...
• Found exclusively on: Google
Re: gcc, march and sse
I thought I could tell GCC to compile code with kind of "if CPU supports feature_X, use it at run-time" inside. So that, lets say, seti@home uses MMX+SSE on the VIA, MMX+SSE2 on ...
mail-index.netbsd.org/netbsd-users/2008/12/05/msg0...
• Found exclusively on: Bing
pixelglow | macstl
A C++ header library to bring the world of generic programming to the Macintosh. ... valarray â numeric arrays highly optimized for SIMD architectures like Altivec and MMX/SSE/SSE2/SSE...
www.pixelglow.com/macstl/
• Found exclusively on: Ask.com
[Theora-dev] MMX/SSE optimisations and GCC 3.4 builtins ...
[Theora-dev] MMX/SSE optimisations and GCC 3.4 builtins - launching the debate. Rodolphe Ortalo rodolphe.ortalo at free.fr. Tue Aug 24 14:28:03 PDT 2004 ...
lists.xiph.org/pipermail/theora-dev/2004-August/00...
• Found exclusively on: Google
SourceForge.net: Cross-platform SIMD C Headers
Get Cross-platform SIMD C Headers at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. ... X86 (MMX/SSE/SSE2) GCC and MSVC...
sourceforge.net/projects/simd-cph/
• Found exclusively on: Ask.com
Linux-Kernel Archive: Re: [PATCH] [2.4] [2.5] [i386] Add suppor
> gcc knows about mmx/sse, and could decide to use it. I don't do that at the moment. I am thinking about teaching it to use SSE moves for moving/clearing 64bit and larger values in ...
lkml.indiana.edu/hypermail/linux/kernel/0205.3/130...
• Found exclusively on: Bing
How do modern compilers use mmx/3dnow/sse instructions? - Stack ...
May 18, 2009 ... This is just incorrect, all modern Intel and AMD processors, and all modern compilers (GCC, VS) support SSE and MMX. Zifre May 19 at 23:54 ...
stackoverflow.com/questions/875791/how-do-modern-c...
• Found exclusively on: Google
CS 202 - MMX and SSE links
Unlike the MMX instructions, you can make the gcc compiler generate code that uses SSE instructions for floating point operations using the options "-msse -mfpmath=sse".
community.middlebury.edu/~schar/courses/cs202-f05/...
• Found exclusively on: Ask.com
[GCC-XML] mmx, sse, sse2, sse3, etc...
Mar 10, 2006 ... Previous message: [GCC-XML] mmx, sse, sse2, sse3, etc... Next message: [GCC-XML] mmx, sse, sse2, sse3, etc... Messages sorted by: [ date ...
www.cmake.org/pipermail/gccxml/2006-March/000748.h...
• Found exclusively on: Google
GCC intrinsics for SIMD : vrm's hack & code
I made some test with gcc intrinsics, for generating SIMD code (aka MMX, SSE, SSE2, SSE3, Neon). first impression documentation is really sparse don't count on official gcc docs.
vrm-vrm.blogspot.com/2009/10/gcc-intrinsics.html
• Found exclusively on: Bing
Conditional Temporal Median Filter
It is integer SSE optimized using either GCC or Intel MMX/SSE builtins. Unfortually Gcc versions before 3.3 does not use them very well.
kevin.atkinson.dhs.org/temporal_median/
• Found exclusively on: Ask.com