Issue 133660
Summary `__bf16` Type Support Macros
Labels new issue
Assignees
Reporter bassiounix
    I can't find any macro that can indicate the availability of the `__bf16` type, all I can find is hardware support macros but no generic type availability macros or anything set in `clang` or `<float.h>`.

This is needed for `Bfloat16` GSoC project in `libc`.

If the solution is to gather the hardware support  macros available in `clang` and define a macro for the general type support in `<float.h>`, I'd like to work on this before April 8th (the start of GSoC).
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to