Ramifications of using double precision

Cruz
Posts: 1
Joined: Wed Oct 10, 2012 12:58 pm

Ramifications of using double precision

Post by Cruz »

Hello!

I'm a total noob and I just started reading the documentation. My first question is, what are the ramifications of using double precision vs. single precision? What trade off do I have to consider?

Thanks
Cruz
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: Ramifications of using double precision

Post by Erwin Coumans »

Double precision will degrade the performance: SIMD optimizations are disabled and floating point operations will be slower.

Double precision can improve the quality of the simulation.