@@ -492,6 +492,7 @@ libc_support_library(
492492 name = "__support_macros_properties_types" ,
493493 hdrs = ["src/__support/macros/properties/types.h" ],
494494 deps = [
495+ ":__support_macros_config" ,
495496 ":__support_macros_properties_architectures" ,
496497 ":__support_macros_properties_compiler" ,
497498 ":__support_macros_properties_cpu_features" ,
@@ -1077,6 +1078,24 @@ libc_support_library(
10771078 ],
10781079)
10791080
1081+ libc_support_library (
1082+ name = "__support_fputil_bfloat16" ,
1083+ hdrs = ["src/__support/FPUtil/bfloat16.h" ],
1084+ deps = [
1085+ ":__support_cpp_bit" ,
1086+ ":__support_cpp_type_traits" ,
1087+ ":__support_fputil_cast" ,
1088+ ":__support_fputil_dyadic_float" ,
1089+ ":__support_macros_config" ,
1090+ ":__support_macros_properties_types" ,
1091+ ],
1092+ )
1093+
1094+ alias (
1095+ name = "bfloat16" , # Alias for test/src/math:bfloat16_test.
1096+ actual = ":__support_fputil_bfloat16" ,
1097+ )
1098+
10801099libc_support_library (
10811100 name = "__support_fputil_cast" ,
10821101 hdrs = ["src/__support/FPUtil/cast.h" ],
0 commit comments