Closed RobertCNelson closed 6 years ago
thanks for the head up!! Thing brings up something I've had floating (pun not intended) around the back of my head for a while now. Since promoting all the math library to double-precision, I was thinking of promoting the rest of the library to doubles even when it's not strictly necessary, for consistency and to perhaps avoid similar warnings in other people's projects. Everything was single-precision at first because the Sitara only does vectorized math at single-precision, but I found that in practice single-precision is simply not good enough for linear algebra and some of the control systems I do. Thoughts?
fixed warnings with 3026d76892951504b04a5e130166b463ed269c69
Hi James,
Noticed tonight some new Warnings with debian buster's 7.3.0 based gcc, it didn't stop the build or break anything, just something to aware off. (gcc 8.x.x is probally incoming into buster later this year)
Regards,
Regards,