zephyr/arch
Patryk Duda f16c4324a7 clang: Don't specify FP16 format
Support for 16 bit floats is enabled by default in Clang [1].
The ARM alternative format is not supported, so __fp16 always uses
IEEE 754-2008 format [2].

[1] https://github.com/llvm/llvm-project/blob/main/llvm/lib/Target/ARM/ARMAsmPrinter.cpp#L750-L755
[2] https://clang.llvm.org/docs/LanguageExtensions.html#half-precision-floating-point

Fixes: #55562

Signed-off-by: Patryk Duda <pdk@semihalf.com>
2023-08-01 11:24:07 +02:00
..
arc kernel: spinlock: LOCKED -> K_SPINLOCK 2023-07-10 09:27:21 +02:00
arm clang: Don't specify FP16 format 2023-08-01 11:24:07 +02:00
arm64 soc: arm64: Add agilex5 soc folder and its configurations 2023-07-25 16:58:01 +00:00
common arch/common: Fix moving location counter backwards when using LLD 2023-07-14 12:08:02 +02:00
mips
nios2
posix posix arch: Fix very rare segfault on program termination 2023-07-27 17:02:36 +02:00
riscv soc: riscv: Add ability to use custom sys_io functions 2023-07-26 09:43:59 +02:00
sparc
x86 arch/x86: add more arch dcache functions 2023-07-11 11:33:16 -04:00
xtensa soc: xtensa,riscv: esp32xx: refactor folder structure 2023-07-25 18:12:33 +02:00
CMakeLists.txt
Kconfig Kconfig: Tidy up dependants of NATIVE_APPLICATION 2023-07-05 07:01:19 -04:00