Skip to content

Commit c3eed20

Browse files
committed
chore: fix some typos
Signed-off-by: acceptacross <[email protected]>
1 parent a845ca7 commit c3eed20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/intrinsic/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ fn get_simple_intrinsic<'gcc, 'tcx>(
6666
sym::log2f64 => "log2",
6767
sym::fmaf32 => "fmaf",
6868
sym::fmaf64 => "fma",
69-
// FIXME: calling `fma` from libc without FMA target feature uses expensive sofware emulation
69+
// FIXME: calling `fma` from libc without FMA target feature uses expensive software emulation
7070
sym::fmuladdf32 => "fmaf", // TODO: use gcc intrinsic analogous to llvm.fmuladd.f32
7171
sym::fmuladdf64 => "fma", // TODO: use gcc intrinsic analogous to llvm.fmuladd.f64
7272
sym::fabsf32 => "fabsf",

0 commit comments

Comments
 (0)