[libc-commits] [libc] [libc][stdfix] Implement `countlsfx` functions (PR #114318)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Nov 12 10:48:50 PST 2024


================
@@ -0,0 +1 @@
+#include "include/llvm-libc-macros/stdfix-macros.h"
----------------
michaelrj-google wrote:

is this file supposed to have more? Maybe an `ifdef` to check the proper values are being defined? Notably, if you don't pass `-ffixed-point` to clang this will compile successfully, since `stdfix-macros.h` checks that before defining anything else.

https://github.com/llvm/llvm-project/pull/114318


More information about the libc-commits mailing list