Searched hist:f276adc148433d009d198c2ebccdd3303377e237 (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libcompiler_rt/ |
H A D | Makefile.inc | diff f276adc148433d009d198c2ebccdd3303377e237 Wed Apr 17 22:20:47 CEST 2024 Dimitry Andric <dim@FreeBSD.org> libcompiler_rt Makefile.inc: update _Float16/__bf16 checks
Clang supports __bf16 for riscv from version 18.0 onwards, so update the checks for it. While here, rewrite the checks so they are hopefully more readable, and also handle gcc a little better.
In addition, define COMPILER_RT_HAS_FLOAT16 and COMPILER_RT_HAS_BFLOAT16 when these features should be available, since there are some parts in compiler-rt that check for these defines.
PR: 276104 MFC after: 1 month
|