mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-08 13:11:02 +00:00
Fix building
This commit is contained in:
@@ -403,8 +403,6 @@ 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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user