aco: remove use of f-strings
authorRhys Perry <pendingchaos02@gmail.com>
Fri, 1 May 2020 15:42:05 +0000 (16:42 +0100)
committerMarge Bot <eric+marge@anholt.net>
Sat, 2 May 2020 13:59:05 +0000 (13:59 +0000)
commit8e02de4d7fc3bc7ac1f7f9faf0e18f33fe0098e3
tree9f4bdde8e067e9798864aa7a8a979d21ea35911c
parent49cc9e95266d547b89ea309798d54814d059285e
aco: remove use of f-strings

f-strings require Python 3.6 but 3.5 is still maintained and used.

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/2839
Fixes: 2ab45f41 ("aco: implement sub-dword swaps")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4850>
src/amd/compiler/aco_opcodes.py