commit | dd233455679fe0f0ae441cc5ef3dd366132951e7 | [log] [tgz] |
---|---|---|
author | Rhys Perry <pendingchaos02@gmail.com> | Mon Jun 15 14:21:03 2020 +0100 |
committer | Marge Bot <eric+marge@anholt.net> | Mon Jun 15 18:24:22 2020 +0000 |
tree | 6e2f0c6bf00a3c820b4946747664022a43bf5a3d | |
parent | 9b69ed0bb9503befd73e7bfa4867dc431d01e2ee [diff] |
aco: fix half_pi constant for 16-bit fsin/fcos This worked because the optimizer didn't consider that the 16-bit instruction would interpret the inline constant differently. This will change in the next commit. Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5245>