Skip to content

Commit a20bbb8

Browse files
authored
Modify CMAKE_FLAGS for mingw32 in windows.yml
Updated CMAKE_FLAGS for mingw32 in the workflow to use -fexcess-precision=standard instead of -ffloat-store.
1 parent f07e3fb commit a20bbb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,11 +494,11 @@ jobs:
494494
fail-fast: false
495495
matrix:
496496
include:
497-
- { icon: '⬛', sys: mingw32, osal: glib, CMAKE_FLAGS: '-DCMAKE_C_FLAGS="-mfpmath=387 -ffloat-store" -DCMAKE_CXX_FLAGS="-mfpmath=387 -ffloat-store"' }
497+
- { icon: '⬛', sys: mingw32, osal: glib, CMAKE_FLAGS: '-DCMAKE_C_FLAGS="-mfpmath=387 -fexcess-precision=standard" -DCMAKE_CXX_FLAGS="-mfpmath=387 -fexcess-precision=standard"' }
498498
- { icon: '🟦', sys: mingw64, osal: glib, CMAKE_FLAGS: '' }
499499
- { icon: '🟨', sys: ucrt64, osal: glib, CMAKE_FLAGS: '' }
500500
- { icon: '🟧', sys: clang64, osal: glib, CMAKE_FLAGS: '' }
501-
- { icon: '⬛', sys: mingw32, osal: cpp11, CMAKE_FLAGS: '-DCMAKE_C_FLAGS="-mfpmath=sse -ffloat-store" -DCMAKE_CXX_FLAGS="-mfpmath=sse -ffloat-store"' }
501+
- { icon: '⬛', sys: mingw32, osal: cpp11, CMAKE_FLAGS: '-DCMAKE_C_FLAGS="-mfpmath=sse -fexcess-precision=standard" -DCMAKE_CXX_FLAGS="-mfpmath=sse -fexcess-precision=standard"' }
502502
- { icon: '🟦', sys: mingw64, osal: cpp11, CMAKE_FLAGS: '' }
503503
- { icon: '🟨', sys: ucrt64, osal: cpp11, CMAKE_FLAGS: '' }
504504
- { icon: '🟧', sys: clang64, osal: cpp11, CMAKE_FLAGS: '' }

0 commit comments

Comments
 (0)