Skip to content

Commit f8e079a

Browse files
committed
Fix typo src/intrinsic/llvm.rs
1 parent 4e8627c commit f8e079a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/intrinsic/llvm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ pub fn adjust_intrinsic_arguments<'a, 'b, 'gcc, 'tcx>(builder: &Builder<'a, 'gcc
262262
},
263263
// NOTE: the LLVM intrinsic receives 3 floats, but the GCC builtin requires 3 vectors.
264264
// FIXME: the intrinsics like _mm_mask_fmadd_sd should probably directly call the GCC
265-
// instrinsic to avoid this.
265+
// intrinsic to avoid this.
266266
"__builtin_ia32_vfmaddss3_round" => {
267267
let new_args = args.to_vec();
268268
let arg1_type = gcc_func.get_param_type(0);

0 commit comments

Comments
 (0)