AMDGPU: Fix sqrt fast math flags spreading to fdiv fast math flags
This was working around the lack of operator| on FastMathFlags. We have that now which revealed the bug.
Loading
Please sign in to comment
This was working around the lack of operator| on FastMathFlags. We have that now which revealed the bug.