Skip to content

Commit

Permalink
capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentyrone committed Aug 24, 2020
1 parent cda1b5e commit a0501be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/_NumericsShims/include/_NumericsShims.h
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ HEADER_SHIM double _numerics_muladd(double a, double b, double c) {
}

// No long-double muladd operation, because no one has built an FMA for it
// (except for itanium, which Swift doesn't support).
// (except for Itanium, which Swift doesn't support).

// MARK: - shims to import C complex operations for timing purposes
// Clang doesn't provide complex arithmetic on Windows (because MSVC
Expand Down

0 comments on commit a0501be

Please sign in to comment.