We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4985d commit 14e7df3Copy full SHA for 14e7df3
lib/ClangImporter/ClangImporter.cpp
@@ -778,7 +778,7 @@ importer::addCommonInvocationArguments(
778
// Enable double wide atomic intrinsics on every x86_64 target.
779
// (This is the default on Darwin, but not so on other platforms.)
780
invocationArgStrs.push_back("-mcx16");
781
- // Enable the FC16/CVT16 extensions which provide half prevision floating
+ // Enable the FC16/CVT16 extensions which provide half precision floating
782
// point support on x86_64. This bumps the minimum requirement of the CPU
783
// to ~Haswell, however, Windows 10 (at least as of 1709) requires
784
// ~Broadwell. At this point, the complexity of supporting an older release
0 commit comments