@@ -2799,6 +2799,14 @@ libc_support_library(
27992799 ],
28002800)
28012801
2802+ libc_support_library (
2803+ name = "__support_math_fma" ,
2804+ hdrs = ["src/__support/math/fma.h" ],
2805+ deps = [
2806+ ":__support_fputil_fma" ,
2807+ ],
2808+ )
2809+
28022810libc_support_library (
28032811 name = "__support_math_frexpf128" ,
28042812 hdrs = ["src/__support/math/frexpf128.h" ],
@@ -3101,15 +3109,15 @@ libc_support_library(
31013109 name = "__support_math_expm1f16" ,
31023110 hdrs = ["src/__support/math/expm1f16.h" ],
31033111 deps = [
3112+ ":__support_fputil_except_value_utils" ,
31043113 ":__support_fputil_fma" ,
31053114 ":__support_fputil_multiply_add" ,
31063115 ":__support_fputil_nearest_integer" ,
31073116 ":__support_fputil_polyeval" ,
31083117 ":__support_fputil_rounding_mode" ,
3109- ":__support_fputil_except_value_utils" ,
31103118 ":__support_macros_optimization" ,
31113119 ":__support_macros_properties_cpu_features" ,
3112- ":__support_math_expxf16_utils"
3120+ ":__support_math_expxf16_utils" ,
31133121 ],
31143122)
31153123
@@ -4013,7 +4021,7 @@ libc_math_function(name = "floorf16")
40134021libc_math_function (
40144022 name = "fma" ,
40154023 additional_deps = [
4016- ":__support_fputil_fma " ,
4024+ ":__support_math_fma " ,
40174025 ],
40184026)
40194027
0 commit comments