Sujet : Re: is double slower?
De : chris.m.thomasson.1 (at) *nospam* gmail.com (Chris M. Thomasson)
Groupes : comp.lang.cDate : 04. Nov 2024, 10:27:01
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vga417$sm5k$3@dont-email.me>
References : 1
User-Agent : Mozilla Thunderbird
On 11/3/2024 11:53 PM, fir wrote:
float takes less space and when you keep arrays of floats for sure float
is better (less spase and uses less memory bandwidth so i guess floats
can be as twice faster in some aspects)
but when you do calculations on local variables not floats do the double is slower?
Ask the GPU.