We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c832e5 commit e1fa74bCopy full SHA for e1fa74b
src/intrinsic/mod.rs
@@ -78,6 +78,7 @@ fn get_simple_intrinsic<'gcc, 'tcx>(
78
sym::maxnumf64 => "fmax",
79
sym::copysignf32 => "copysignf",
80
sym::copysignf64 => "copysign",
81
+ sym::copysignf128 => "copysignl",
82
sym::floorf32 => "floorf",
83
sym::floorf64 => "floor",
84
sym::ceilf32 => "ceilf",
0 commit comments