Fix building

This commit is contained in:
CamilleLaVey 2025-12-25 04:52:50 -04:00 committed by lizzie
parent 8b19d72e0e
commit eaaa9a5026

View file

@ -403,8 +403,6 @@ 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) {