[llvm] [libc] [libc] Add the missing math_extras.h include (PR #74259)

via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 4 10:42:49 PST 2023


================
@@ -15,6 +15,10 @@
 #include "bit.h"
 #include "number_pair.h"
 
+#ifndef __SIZEOF_INT128__
----------------
michaelrj-google wrote:

this include should be unconditional since the function is always used.

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


More information about the llvm-commits mailing list