@@ -455,6 +455,8 @@ symbols! {
455455 capture_disjoint_fields,
456456 cause,
457457 cdylib,
458+ ceilf128,
459+ ceilf16,
458460 ceilf32,
459461 ceilf64,
460462 cfg,
@@ -553,13 +555,17 @@ symbols! {
553555 copy,
554556 copy_closures,
555557 copy_nonoverlapping,
558+ copysignf128,
559+ copysignf16,
556560 copysignf32,
557561 copysignf64,
558562 core,
559563 core_panic,
560564 core_panic_2015_macro,
561565 core_panic_2021_macro,
562566 core_panic_macro,
567+ cosf128,
568+ cosf16,
563569 cosf32,
564570 cosf64,
565571 count,
@@ -682,10 +688,14 @@ symbols! {
682688 exhaustive_integer_patterns,
683689 exhaustive_patterns,
684690 existential_type,
691+ exp2f128,
692+ exp2f16,
685693 exp2f32,
686694 exp2f64,
687695 expect,
688696 expected,
697+ expf128,
698+ expf16,
689699 expf32,
690700 expf64,
691701 explicit_generic_args_with_impl_trait,
@@ -702,11 +712,17 @@ symbols! {
702712 extern_types,
703713 external_doc,
704714 f,
705- f16c_target_feature,
715+ f128,
716+ f128_nan,
717+ f16,
718+ f16_nan,
719+ f16c_target_feature, // TODO: how should this interact?
706720 f32 ,
707721 f32_nan,
708722 f64 ,
709723 f64_nan,
724+ fabsf128,
725+ fabsf16,
710726 fabsf32,
711727 fabsf64,
712728 fadd_fast,
@@ -727,6 +743,8 @@ symbols! {
727743 flags,
728744 float,
729745 float_to_int_unchecked,
746+ floorf128,
747+ floorf16,
730748 floorf32,
731749 floorf64,
732750 fmaf32,
@@ -903,11 +921,17 @@ symbols! {
903921 loaded_from_disk,
904922 local,
905923 local_inner_macros,
924+ log10f128,
925+ log10f16,
906926 log10f32,
907927 log10f64,
928+ log2f128,
929+ log2f16,
908930 log2f32,
909931 log2f64,
910932 log_syntax,
933+ logf128,
934+ logf16,
911935 logf32,
912936 logf64,
913937 loop_break_value,
@@ -933,6 +957,8 @@ symbols! {
933957 match_beginning_vert,
934958 match_default_bindings,
935959 matches_macro,
960+ maxnumf128,
961+ maxnumf16,
936962 maxnumf32,
937963 maxnumf64,
938964 may_dangle,
@@ -962,6 +988,8 @@ symbols! {
962988 min_const_unsafe_fn,
963989 min_specialization,
964990 min_type_alias_impl_trait,
991+ minnumf128,
992+ minnumf16,
965993 minnumf32,
966994 minnumf64,
967995 mips_target_feature,
@@ -993,6 +1021,8 @@ symbols! {
9931021 native_link_modifiers_whole_archive,
9941022 natvis_file,
9951023 ne,
1024+ nearbyintf128,
1025+ nearbyintf16,
9961026 nearbyintf32,
9971027 nearbyintf64,
9981028 needs_allocator,
@@ -1122,8 +1152,12 @@ symbols! {
11221152 position,
11231153 post_dash_lto: "post-lto" ,
11241154 powerpc_target_feature,
1155+ powf128,
1156+ powf16,
11251157 powf32,
11261158 powf64,
1159+ powif128,
1160+ powif16,
11271161 powif32,
11281162 powif64,
11291163 pre_dash_lto: "pre-lto" ,
@@ -1233,14 +1267,20 @@ symbols! {
12331267 return_position_impl_trait_in_trait,
12341268 return_type_notation,
12351269 rhs,
1270+ rintf128,
1271+ rintf16,
12361272 rintf32,
12371273 rintf64,
12381274 riscv_target_feature,
12391275 rlib,
12401276 rotate_left,
12411277 rotate_right,
1278+ roundevenf128,
1279+ roundevenf16,
12421280 roundevenf32,
12431281 roundevenf64,
1282+ roundf128,
1283+ roundf16,
12441284 roundf32,
12451285 roundf64,
12461286 rt,
@@ -1438,6 +1478,8 @@ symbols! {
14381478 simd_trunc,
14391479 simd_xor,
14401480 since,
1481+ sinf128,
1482+ sinf16,
14411483 sinf32,
14421484 sinf64,
14431485 size,
@@ -1453,6 +1495,8 @@ symbols! {
14531495 specialization,
14541496 speed,
14551497 spotlight,
1498+ sqrtf128,
1499+ sqrtf16,
14561500 sqrtf32,
14571501 sqrtf64,
14581502 sreg,
@@ -1551,6 +1595,8 @@ symbols! {
15511595 transparent_enums,
15521596 transparent_unions,
15531597 trivial_bounds,
1598+ truncf128,
1599+ truncf16,
15541600 truncf32,
15551601 truncf64,
15561602 try_blocks,
0 commit comments