What do you guys thing about the P4
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Drew Hess dhess at bothan.netThu Apr 5 17:24:32 PDT 2001
- Previous message: What do you guys thing about the P4
- Next message: What do you guys thing about the P4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 5 Apr 2001, Don Holmgren wrote: > - SSE support requires a kernel patch for the 2.2.x kernels. gcc has no > specific support (I believe) for SSE, though adding macros to > implement the prefetch instructions is easy, and I'd much rather do > the hand assembly coding in NASM. pgcc will use SSE instructions and > attempt to vectorize. CVS gcc can generate SSE and SSE2 code instead of x87 code with -msse and -msse2. On one of my apps (a rendering package), I get about a 10% speedup on a Pentium 4 just by throwing the -msse2 switch. It also has support for SSE and SSE2 builtins, but I don't think they're working yet. -dwh-
- Previous message: What do you guys thing about the P4
- Next message: What do you guys thing about the P4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
