Skip to content

Commit 76c348d

Browse files
committed
Format code
1 parent 822e759 commit 76c348d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/intrinsic/mod.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,7 @@ impl<'a, 'gcc, 'tcx> IntrinsicCallBuilderMethods<'tcx> for Builder<'a, 'gcc, 'tc
267267
&args.iter().map(|arg| arg.immediate()).collect::<Vec<_>>(),
268268
)
269269
}
270-
sym::maximumf128
271-
| sym::minimumf128
272-
| sym::copysignf128
273-
| sym::powf128
270+
sym::maximumf128 | sym::minimumf128 | sym::copysignf128 | sym::powf128
274271
if self.cx.supports_f128_type =>
275272
{
276273
self.cx.context.new_call(

0 commit comments

Comments
 (0)