You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/01/09 13:22:45 UTC

[GitHub] andrzej-kaczmarek commented on issue #1582: use float instead of double

andrzej-kaczmarek commented on issue #1582: use float instead of double
URL: https://github.com/apache/mynewt-core/pull/1582#issuecomment-452694588
 
 
   @ccollins476ad since e.g. Cortex-M4 has (optional) FPU which supports single precision operations, on those MCUs `double` will be converted to `float` in sw and then calculations will be done by FPU so there will be some performance gain here. And I agree that this should be conditional on syscfg setting so we do not break standard in default configuration.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services