spirv: Add SignedZeroInfNanPreserve logic

This commit is contained in:
ameerj 2021-03-14 01:51:40 -05:00
parent 8d470c2e63
commit b9f7bf4472
3 changed files with 12 additions and 0 deletions

View file

@ -15,6 +15,8 @@ struct Profile {
bool support_fp32_denorm_preserve{};
bool support_fp16_denorm_flush{};
bool support_fp32_denorm_flush{};
bool support_fp16_signed_zero_nan_preserve{};
bool support_fp32_signed_zero_nan_preserve{};
// FClamp is broken and OpFMax + OpFMin should be used instead
bool has_broken_spirv_clamp{};