mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-27 11:28:58 +02:00
Revert "Fix building"
This commit is contained in:
parent
183219a61b
commit
b71098e450
1 changed files with 2 additions and 0 deletions
|
|
@ -403,6 +403,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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue