show/hide this revision's text 6 added 1 characters in body; edited tags

I did some timing tests and also read some articles like this one (last comment),and it looks like in Release build, float and double values take the same amount of processing time.

How is this possible? When float is less precise and smaller compared to double values, how can the CLR get doubles into the same processing time?


EDIT


Edit:

Exact duplicate of "Are doubles faster than floats in c"

show/hide this revision's text 5 edited tags
show/hide this revision's text 4 add duplicate reference

I did some timing tests and also read some articles like this one (last comment),and it looks like in Release build, float and double values take the same amount of processing time.

How is this possible? When float is less precise and smaller compared to double values, how can the CLR get doubles into the same processing time?


EDIT: Exact duplicate of "Are doubles faster than floats in c"

show/hide this revision's text 3 edited tags
show/hide this revision's text 2 deleted 28 characters in body
show/hide this revision's text 1