zephyrproject-rtos / zscilib

An open-source scientific computing library for embedded systems running Zephyr OS or standalone.
https://zephyrproject-rtos.github.io/zscilib/
Apache License 2.0
141 stars 27 forks source link

fix double promotion warnings #56

Closed XenuIsWatching closed 11 months ago

XenuIsWatching commented 11 months ago

This fixes the double promotion warnings when compiling with -Wdouble-promotion

see: https://github.com/zephyrproject-rtos/zephyr/pull/57154