http://www.mirar.org/mmx.h.txt
in case it's lost. :) Anyone that can figure out the license?
/* mmx.h
MultiMedia eXtensions GCC interface library for IA32.
To use this library, simply include this header file and compile with GCC. You MUST have inlining enabled in order for mmx_ok() to work; this can be done by simply using -O on the GCC command line.
Compiling with -DMMX_TRACE will cause detailed trace output to be sent to stderr for each mmx operation. This adds lots of code, and obviously slows execution to a crawl, but can be very useful for debugging.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR ANY PARTICULAR PURPOSE.
1997-99 by H. Dietz and R. Fisher
Notes: It appears that the latest gas has the pand problem fixed, therefore I'll undefine BROKEN_PAND by default. */
Since it doesn't say anything I can only conclude that normal copyright rules apply. We'd have to ask the two authors.
Besides, it's unfortunate that it requires -O. Is it disabled when one compiles with --without-copt?
/ Martin Stjernholm, Roxen IS
Previous text:
2003-10-25 12:56: Subject: mmx.h
http://www.mirar.org/mmx.h.txt
in case it's lost. :) Anyone that can figure out the license?
/* mmx.h
MultiMedia eXtensions GCC interface library for IA32.
To use this library, simply include this header file and compile with GCC. You MUST have inlining enabled in order for mmx_ok() to work; this can be done by simply using -O on the GCC command line.
Compiling with -DMMX_TRACE will cause detailed trace output to be sent to stderr for each mmx operation. This adds lots of code, and obviously slows execution to a crawl, but can be very useful for debugging.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR ANY PARTICULAR PURPOSE.
1997-99 by H. Dietz and R. Fisher
Notes: It appears that the latest gas has the pand problem fixed, therefore I'll undefine BROKEN_PAND by default. */
/ Mirar
No, but configure will complain about it and recommend --without-mmx.
/ Mirar
Previous text:
2003-10-25 13:37: Subject: mmx.h
Since it doesn't say anything I can only conclude that normal copyright rules apply. We'd have to ask the two authors.
Besides, it's unfortunate that it requires -O. Is it disabled when one compiles with --without-copt?
/ Martin Stjernholm, Roxen IS
pike-devel@lists.lysator.liu.se