Skip to content

Commit 14e7df3

Browse files
compnerdbnbarham
andauthored
Update lib/ClangImporter/ClangImporter.cpp
Co-authored-by: Ben Barham <[email protected]>
1 parent 6a4985d commit 14e7df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ClangImporter/ClangImporter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ importer::addCommonInvocationArguments(
778778
// Enable double wide atomic intrinsics on every x86_64 target.
779779
// (This is the default on Darwin, but not so on other platforms.)
780780
invocationArgStrs.push_back("-mcx16");
781-
// Enable the FC16/CVT16 extensions which provide half prevision floating
781+
// Enable the FC16/CVT16 extensions which provide half precision floating
782782
// point support on x86_64. This bumps the minimum requirement of the CPU
783783
// to ~Haswell, however, Windows 10 (at least as of 1709) requires
784784
// ~Broadwell. At this point, the complexity of supporting an older release

0 commit comments

Comments
 (0)