CamilleLaVey
1 month ago
committed by
Caio Oliveira
No known key found for this signature in database
GPG Key ID: AAAE6C7FD4186B0C
1 changed files with
0 additions and
2 deletions
-
src/shader_recompiler/backend/spirv/emit_spirv.cpp
|
|
@ -412,8 +412,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) { |
|
|
|