-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I have an application that runs on an embedded device, for performance reasons
I would like to use 32bit float instead of double.
I also have to use several other libraries that only accept 32bit float.
Iterating over a matrix data array and casting each 64bit float to 32bit float
is hurting performance.
Is it possible to create an 32bit float matrix & operations?
Original issue reported on code.google.com by DeRijcke.Erik@gmail.com on 13 Jun 2014 at 1:48
Reactions are currently unavailable