Revert "Fix building"
This commit is contained in:
parent
f208f991d2
commit
e9d70a8076
|
|
@ -412,6 +412,8 @@ void SetupRoundingMode(const Profile& profile, const IR::Program& program, EmitC
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Capability is required whenever any rounding mode is emitted.
|
||||||
|
ctx.AddCapability(spv::Capability::FPRoundingMode);
|
||||||
|
|
||||||
// FP16
|
// FP16
|
||||||
if (info.uses_fp16_rounding_rte) {
|
if (info.uses_fp16_rounding_rte) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue