You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bharadwajy
changed the title
[DirectX] Implement Shader Flags Analysis for Doubles
[DirectX] Implement Shader Flags Analysis for DX11_1_DoubleExtensions
Nov 1, 2024
Currently all instructions except the following case are inspected to determine if
DX11_1_DoubleExtensions
flag is to be set.Set function-level flag
DX11_1_DoubleExtensions
flag if the function callsDXIL::Opcode::Fma
.This flag is named
m_bEnableDoubleExtensions
indxc
sources.AC:
Add tests to verify the flag is set.
The text was updated successfully, but these errors were encountered: