Skip to content

Commit

Permalink
Define streflop unconditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Feb 7, 2025
1 parent 2819bab commit 7bc3282
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ extra_flags = [
# '-Werror=strict-aliasing',
'-frounding-math',
'-fsignaling-nans',
'-DUSE_FTGL'
'-DUSE_FTGL',
'-DUSE_STREFLOP',
'-DSTREFLOP_SSE',
]

add_project_arguments(cc.get_supported_arguments(extra_flags), language: 'c')
Expand Down

0 comments on commit 7bc3282

Please sign in to comment.