commit | a8ef92b031729fca86f8615d0ca113ddf0965af9 | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Tue Nov 08 13:21:39 2016 -0800 |
committer | Jason Ekstrand <jason.ekstrand@intel.com> | Tue Nov 22 08:06:33 2016 -0800 |
tree | c6701fdc8e8a074cc9177a6969872a37ac3d4d22 | |
parent | 767b163e478475a3c56fc7319ed0b9f5733eb7c9 [diff] |
i965/compiler: Disable trig workarounds on KBL+ The precision of our trig instructions appears to have been fixed on Kaby Lake. Neither Ben nor I can find any documentation for this. However, the dEQP precision tests now pass with INTEL_PRECISE_TRIG=0 where they fail on Sky Lake. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Matt Turner <mattst88@gmail.com>