dotnet / corert

This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
http://dot.net
MIT License
2.91k stars 510 forks source link

Wasm: clean up ovf switch for floats. #8357

Closed yowl closed 3 years ago

yowl commented 3 years ago

This PR removes the TODO and switches for the add/sub/mul _ovf op codes for floats as they dont apply.