Mail Archives: pgcc/1999/12/26/00:14:59
On Fri, Dec 24, 1999 at 10:27:41AM +0300, mike AT algoritm DOT yaroslavl DOT su wrote:
> pggc 2.95.2, but... There is one problem : I DON'T KNOW HOW ENABLING MMX, PII,
> K6-2 OPTIMIZATION A-A-aA-A-A-AaAh!! :-) Please help me!
there are no specific k6-2 optimizations yet, the best you can do is:
-march=pentiumpro -mpentiumpro # ppro, p-ii opts (exclusively)
-mk6 # k6-x
-mmx # enable (some) mmx, rather broken
# and not profitable for k6's
-mmx-only # if you do NOT use the fpu anywhere
On Fri, Dec 24, 1999 at 06:11:14PM +0300, mike AT algoritm DOT yaroslavl DOT su wrote:
> All libraries from Esound compiled, but C-souce file "clients.c" fall out with
This is most probably a bug in your libc. Which libc are you using?
> P.S.S. Where I can got full version of all options for pgcc, I mean for
> processor optimization, for example -mpentium, etc...
In the normal gcc manual (version 2.95.2) which has all the same
m-switches (with the exception of mmx). mmx is considered alpha quality,
since I hadn't had the planned time to make it really work.
--
-----==- |
----==-- _ |
---==---(_)__ __ ____ __ Marc Lehmann +--
--==---/ / _ \/ // /\ \/ / pcg AT opengroup DOT org |e|
-=====/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+
The choice of a GNU generation |
|
- Raw text -