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 f5d8456 commit b9a3c0bCopy full SHA for b9a3c0b
clang/lib/Driver/ToolChains/Clang.cpp
@@ -10451,7 +10451,8 @@ static void getSPIRVBackendOpts(const llvm::opt::ArgList &TCArgs,
10451
// - the list is stable, and
10452
// - we decide on a mapping of user requested extensions into backend's ones.
10453
// Meanwhile we enable all the SPIR-V backend extensions.
10454
- BackendArgs.push_back(TCArgs.MakeArgString("--spirv-ext=all"));
+ BackendArgs.push_back(
10455
+ TCArgs.MakeArgString("--spirv-ext=all,-SPV_KHR_float_controls2"));
10456
// TODO:
10457
// - handle -Xspirv-translator option to avoid "argument unused during
10458
// compilation" error
0 commit comments