From 2908aba828c39a322dff8fd3044b42955efebfdb Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Thu, 6 May 2021 12:17:42 -0700 Subject: [PATCH] Update release notes with mention that x87 is no longer used on x86 Part-of: --- docs/relnotes/new_features.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 860a3f8e1ce..2cf81e1fee8 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -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.