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 e88c255 commit 3b20fb3Copy full SHA for 3b20fb3
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -613,14 +613,15 @@ libc_support_library(
613
libc_support_library(
614
name = "__support_fixed_point",
615
hdrs = [
616
- "src/__support/fixed_point/fx_rep.h",
617
"src/__support/fixed_point/fx_bits.h",
+ "src/__support/fixed_point/fx_rep.h",
618
],
619
deps = [
620
":__support_cpp_bit",
621
":__support_cpp_type_traits",
622
":__support_macros_attributes",
623
":__support_macros_optimization",
624
+ ":__support_math_extras",
625
":llvm_libc_macros_stdfix_macros",
626
627
)
0 commit comments