Revert "Fix building"

This commit is contained in:
CamilleLaVey 2025-12-25 23:04:54 -04:00 committed by Caio Oliveira
parent f208f991d2
commit e9d70a8076
1 changed files with 2 additions and 0 deletions

View File

@ -412,6 +412,8 @@ void SetupRoundingMode(const Profile& profile, const IR::Program& program, EmitC
return;
}
// Capability is required whenever any rounding mode is emitted.
ctx.AddCapability(spv::Capability::FPRoundingMode);
// FP16
if (info.uses_fp16_rounding_rte) {