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
Ramifications of using double precision
-
- Site Admin
- Posts: 4221
- Joined: Sun Jun 26, 2005 6:43 pm
- Location: California, USA
Re: Ramifications of using double precision
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.
Double precision can improve the quality of the simulation.