@@ -2792,6 +2792,14 @@ libc_support_library(
27922792 ],
27932793)
27942794
2795+ libc_support_library (
2796+ name = "__support_math_fma" ,
2797+ hdrs = ["src/__support/math/fma.h" ],
2798+ deps = [
2799+ ":__support_fputil_fma" ,
2800+ ],
2801+ )
2802+
27952803libc_support_library (
27962804 name = "__support_math_frexpf128" ,
27972805 hdrs = ["src/__support/math/frexpf128.h" ],
@@ -3094,15 +3102,15 @@ libc_support_library(
30943102 name = "__support_math_expm1f16" ,
30953103 hdrs = ["src/__support/math/expm1f16.h" ],
30963104 deps = [
3105+ ":__support_fputil_except_value_utils" ,
30973106 ":__support_fputil_fma" ,
30983107 ":__support_fputil_multiply_add" ,
30993108 ":__support_fputil_nearest_integer" ,
31003109 ":__support_fputil_polyeval" ,
31013110 ":__support_fputil_rounding_mode" ,
3102- ":__support_fputil_except_value_utils" ,
31033111 ":__support_macros_optimization" ,
31043112 ":__support_macros_properties_cpu_features" ,
3105- ":__support_math_expxf16_utils"
3113+ ":__support_math_expxf16_utils" ,
31063114 ],
31073115)
31083116
@@ -4006,7 +4014,7 @@ libc_math_function(name = "floorf16")
40064014libc_math_function (
40074015 name = "fma" ,
40084016 additional_deps = [
4009- ":__support_fputil_fma " ,
4017+ ":__support_math_fma " ,
40104018 ],
40114019)
40124020
0 commit comments