POV-Ray : Newsgroups : povray.windows : Optimized for Pentium III : Re: Optimized for Pentium III Server Time
8 Jul 2024 07:04:37 EDT (-0400)
  Re: Optimized for Pentium III  
From: Ian Burgmyer
Date: 28 Mar 2002 18:20:15
Message: <3ca3a52f$1@news.povray.org>
"Warp" <war### [at] tagpovrayorg> wrote in message
news:3c04c4e7@news.povray.org...
>   In fact, AFAIK there isn't such a big difference between a P-II and a
P-III.
> I don't think a compiler could do much more for a P-III than it can do for
a
> P-II.

IIRC, the biggest difference is SSI (I think that's the acronym).  I think
it's similar to 3DNow!.

--
#macro S(M)cylinder{E(M)<A,C,5>,<B,D,5>,.1,15}#end#macro E(P)#if(div(P,16)
)#declare B=-1;#declare D=-2;#end#if(div(P,32))#declare A=1;#declare C=0;#
end#if(div(P,64))#declare B=-1;#declare D=0;#end#if(div(P,128))#declare A=
1;#declare C=2;#end#end blob{S(192)S(96)S(48)pigment{rgb 8*z}} /** Ian **/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.