POV-Ray : Newsgroups : povray.general : POV and 3DNow! instruction set : Re: POV and 3DNow! instruction set Server Time
13 Aug 2024 11:19:35 EDT (-0400)
  Re: POV and 3DNow! instruction set  
From: Peter Popov
Date: 3 Sep 1998 10:13:30
Message: <35ee95fa.0@news.povray.org>
Since there's no compiler that can do this for you (there isn't one for MMX
yet)  you'll have to hard code in assembler. Aside from being a heluva lot
of work this will benefit just a small percentage of users (PC, K6-2 users).
Also, 3DNow instructions are 32-bit float (though they use 64-bit registers)
and that can  cause to a) losing precision and b) differences in the image
produced on a non-K6-2, like it was with the pseudo-random bug in POV 2.0 .

So the answer to your question is, imho, "no". Well, it will run faster on a
K6-2/300 than on a K6/300 due to the former's better architecture, but will
run even faster on a PII/300 and afaik it costs roughly as much as a K6-2
(but you'll need a new mb).

Peter


Post a reply to this message

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