-
-
Notifications
You must be signed in to change notification settings - Fork 911
Closed
Description
It is stated here that
Operations on doubles are typically faster than floats.
I can not reproduce this. For my tests, doing math on floats and doubles is equally fast if SSE is not considered. I would even have expected that floats would be faster due to memory bandwidth but I am having trouble testing that since gcc keeps autovectorizing my code.
Anyway, can anyone confirm or deny the statement that doubles are faster than floats anywhere?
Metadata
Metadata
Assignees
Labels
No labels