devalgupta404
devalgupta404
## Fast Math Flag Validation ### Unit Tests Focused unit test test/unit/test_fast_math.py verifies the same behavior at the last decision point that assembles wasm-opt args: - **With FAST_MATH=0, assert --fast-math...
if you want i can push the tests also
Many applications use floating point math extensively so -ffast-math flag enables aggressive optimizations that can significantly improve performance around 10-30% improvement without code changes and the issue #21497 requesting this...
sir i just sync my fork so there are lot of changes please either consider the commits or if you want i will close this PR and open new PR.
@kripken i raised a new pr can you please look that so that it is easy to merge https://github.com/emscripten-core/emscripten/pull/25513
@dschuff there is TODO present in tools/cmdline.py (line 297-299). It is clearly mentioned to use this method
@sbc100 I've implemented a fix for issue #25543 The issue occurs in two places: 1. tools/extract_metadata.py - get_global_exports() only stores the numeric value of globals, losing mutability information 2. tools/emscripten.py...
@sbc100 please review it
@dotnet-policy-service agree