Mail Archives: pgcc/1999/03/12/18:01:51
On Fri, Mar 12, 1999 at 10:48:11PM +0100, Henrik Berglund SdU wrote:
> Is anyone working on 3dnow support? 3dnow should in some cases improve
> float performance much, maybe with four times. Maybe it would be easiest
> to do a math link library like libmoto.a for ppc. so one link with that
> first "gcc program.c -l3dnow -lm"
The biggest probelm I see is that 3dnow uses different float formats than the
x86 fpu. even worse, you probably won't get improvements in the common case
anyway (doubles). also, the interoperability between the x86 fpu and 3dnow is
very bad.
the good thing is that, finally, its a sane design. a very sane design. if we
only had this design from the very beginning (and no x86 fpu).
--
-----==- |
----==-- _ |
---==---(_)__ __ ____ __ Marc Lehmann +--
--==---/ / _ \/ // /\ \/ / pcg AT goof DOT com |e|
-=====/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+
The choice of a GNU generation |
|
- Raw text -