Re: [eigen] sse asin implementation

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


Actually AFAIK, using more than 64 bits for doubles is _non_ compliant
with the IEEE spec.

On Tue, Apr 7, 2009 at 7:25 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
> 2009/4/7 Rohit Garg <rpg.314@xxxxxxxxx>:
>> Hang on, I thought otherwise. And Gael pointed out that the sqrt_ps
>> was exact according to IEEE spec, what about add,sub,mul,div?
>
> Ah ok, i got that one wrong. A quick google search suggests that SSE
> is IEEE compliant indeed. What remains true is that SSE is less
> precise than non-SSE code for double's because in non-SSE the CPU is
> able to use long double's of 80 bit internally to limit propagation of
> errors, but I don't know if anything like that applies for floats
> (since here we're discussing floats).
>
> I told you i'm not competent ;)
> Benoit
>
>
>



-- 
Rohit Garg

http://rpg-314.blogspot.com/

Senior Undergraduate
Department of Physics
Indian Institute of Technology
Bombay



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/