Re: [IDL] merge float and double

Anne van Kesteren wrote:
> It has come up a few times but never as a serious suggestion. Should
> we just go ahead and have only one of float/double as that matches
> JavaScript better? I think most specifications use double anyway.

This is too rear-view mirror and technically blind to hardware economics 
(reflected in C's history). GPUs need float, JS is programming GPUs, we 
have typed arrays of floats. Do not equate float with double.

/be

Received on Friday, 29 June 2012 08:20:37 UTC