We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4d40e commit d3e79ecCopy full SHA for d3e79ec
clang/lib/Basic/Targets/WebAssembly.cpp
@@ -164,12 +164,10 @@ bool WebAssemblyTargetInfo::initFeatureMap(
164
auto addBleedingEdgeFeatures = [&]() {
165
addGenericFeatures();
166
Features["atomics"] = true;
167
- Features["bulk-memory"] = true;
168
Features["exception-handling"] = true;
169
Features["extended-const"] = true;
170
Features["fp16"] = true;
171
Features["multimemory"] = true;
172
- Features["nontrapping-fptoint"] = true;
173
Features["tail-call"] = true;
174
Features["wide-arithmetic"] = true;
175
setSIMDLevel(Features, RelaxedSIMD, true);
0 commit comments