commit | 018dbcfd6679c273842084ce34c167295bc6f354 | [log] [tgz] |
---|---|---|
author | Ryan McClelland <ryanmcclelland@meta.com> | Sat Apr 22 14:23:57 2023 -0700 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Fri Jan 26 21:37:24 2024 -0500 |
tree | 970215a8b37215bf27a352510ecdca03d64a0b75 | |
parent | 432f4a0b9a93a3793e373dc8a3e2a98745055d68 [diff] |
cmake: compiler: add double promotion warning Too many times, code is pushed that includes floats that really becomes doubles and C implicit promotion rules will want to make floats into doubles very easily. As zephyr primarily targets low-end process that may not have a double precision floating point unit, enable this flag globally for now. Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>