POV-Ray : Newsgroups : povray.unix : icc vs. gcc for povray 3.6.1 on AMD64 : Re: icc vs. gcc for povray 3.6.1 on AMD64 Server Time
1 Jun 2024 20:06:43 EDT (-0400)
  Re: icc vs. gcc for povray 3.6.1 on AMD64  
From: jhu
Date: 11 Aug 2006 11:45:00
Message: <web.44dca5438c802711f89be9050@news.povray.org>
I got the patch from http://www.swallowtail.org/naughty-intel.html

I think the reason the -xP binary doesn't work on your Opteron is because it
might be the Sledgehammer core, which doesn't have sse3 support (Venus core
does though). My Athlon64 is a Venice core, which does include sse3
support.

-John

Nicolas Calimet <pov### [at] freefr> wrote:
> > Although the reason I used it is because the
> > -xP option would give a fatal error (although -axP worked fine) prior to
> > patching.
>
>  But that's expected: -xP will emit SSE3 instructions that are not
> supported by the k8; therefore the program aborts.
>
>  Now, I don't understand why applying this patch would change the
> situation since, in principle, the binary does not contain any sse2/x87
> path (unlike when using -axP).  In fact I just tried to patch a binary
> produced on a k8 using -xP and the resulting binary does not work either,
> producing the same error message at startup.
>  Maybe you did use another patch?
>
>  - NC


Post a reply to this message

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