chore: fix some typos
Signed-off-by: acceptacross <csqcqs@gmail.com>
This commit is contained in:
parent
3378a5e084
commit
6734a04c0a
6 changed files with 6 additions and 6 deletions
|
@ -66,7 +66,7 @@ fn get_simple_intrinsic<'gcc, 'tcx>(
|
|||
sym::log2f64 => "log2",
|
||||
sym::fmaf32 => "fmaf",
|
||||
sym::fmaf64 => "fma",
|
||||
// FIXME: calling `fma` from libc without FMA target feature uses expensive sofware emulation
|
||||
// FIXME: calling `fma` from libc without FMA target feature uses expensive software emulation
|
||||
sym::fmuladdf32 => "fmaf", // TODO: use gcc intrinsic analogous to llvm.fmuladd.f32
|
||||
sym::fmuladdf64 => "fma", // TODO: use gcc intrinsic analogous to llvm.fmuladd.f64
|
||||
sym::fabsf32 => "fabsf",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue