We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11cea7e commit 57eb503Copy full SHA for 57eb503
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -75,6 +75,7 @@ fputil_common_hdrs = [
75
"src/__support/FPUtil/FEnvUtils.h",
76
"src/__support/FPUtil/FPBits.h",
77
"src/__support/FPUtil/FloatProperties.h",
78
+ "src/__support/FPUtil/Hypot.h",
79
"src/__support/FPUtil/ManipulationFunctions.h",
80
"src/__support/FPUtil/NearestIntegerOperations.h",
81
"src/__support/FPUtil/NormalFloat.h",
@@ -371,6 +372,10 @@ libc_math_function(name = "frexpf")
371
372
373
libc_math_function(name = "frexpl")
374
375
+libc_math_function(name = "hypot")
376
+
377
+libc_math_function(name = "hypotf")
378
379
libc_math_function(name = "logb")
380
381
libc_math_function(name = "logbf")
0 commit comments