commit | cf55f8329ede3fb533d7fac28bf95c3c13f04e2c | [log] [tgz] |
---|---|---|
author | Patryk Duda <pdk@semihalf.com> | Mon Jul 17 16:15:40 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Aug 01 11:24:07 2023 +0200 |
tree | e294d2696297cbc3ff9fda6bbc4e5e1073e2cd44 | |
parent | 77dde5dc9fc0fdd61da00230d63480011342a858 [diff] |
core: aarch32: Fix standard for _Float16 in CONFIG_FP16 help message Both Clang[1] and GCC[2] says that _Float16 type is defined by ISO/IEC TS 18661-3:2015 not the IEEE 754-2008. Fix help message under FP16 config option. [1] https://clang.llvm.org/docs/LanguageExtensions.html#half-precision-floating-point [2] https://gcc.gnu.org/onlinedocs/gcc/Half-Precision.html Signed-off-by: Patryk Duda <pdk@semihalf.com>