Update release notes with mention that x87 is no longer used on x86

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9868>
This commit is contained in:
Ryan Houdek 2021-05-06 12:17:42 -07:00 committed by Marge Bot
parent a57d937654
commit 2908aba828

View File

@ -1,3 +1,4 @@
zink supports GL_ARB_texture_filter_minmax, GL_ARB_shader_clock
VK_EXT_provoking_vertex on RADV.
VK_EXT_extended_dynamic_state2 on RADV.
32-bit x86 builds now default disable x87 math and use sse2.