I meant that I will copy double array to float array element by element accepting loss of precision :-) That solution works fine.
Thx anyway.
This topic can be closed now.
User Profile
Collapse
-
Ok. It is not possible, I will copy double array to float array and do conversion here.
Thanks anyway,
GregLeave a comment:
-
convert double* to float*
Hi guys,
I have written a library that manipulates data stored in double arrays. It took months to fine tune it and here it is, working fine. Everything was great until I started integrating my project with another open source project that uses float arrays. I need to pass my double arrays to the function that requires float arrays.. I am out of ideas how to do that.. I would like to avoid re-writing my project to use float instead...
No activity results to display
Show More
Leave a comment: