Workaround clang/LLVM bug with /fp:fast+SSE+float_control (#449)

This commit is contained in:
Chuck Walbourn
2024-02-05 10:08:59 -08:00
committed by GitHub
parent 95796ba57e
commit 819c5b78f7
11 changed files with 235 additions and 32 deletions

View File

@@ -343,6 +343,9 @@ HRESULT __cdecl LoadFromPortablePixMap(
mode = PPM_DATA_R - 1;
break;
default:
break;
}
mode++;