Skip to content

Commit e1fa74b

Browse files
committed
Implement copysignf128
1 parent 5c832e5 commit e1fa74b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/intrinsic/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ fn get_simple_intrinsic<'gcc, 'tcx>(
7878
sym::maxnumf64 => "fmax",
7979
sym::copysignf32 => "copysignf",
8080
sym::copysignf64 => "copysign",
81+
sym::copysignf128 => "copysignl",
8182
sym::floorf32 => "floorf",
8283
sym::floorf64 => "floor",
8384
sym::ceilf32 => "ceilf",

0 commit comments

Comments
 (0)