You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[release/8.0-rc1] [wasm] Do not build mono libs with -msimd128 (#90750)
* [wasm] Do not build mono libs with `-msimd128`
Make it optional, build only minimal set of code witch required
`-msimd128` to separate library. Also provide "stub" nosimd
version of this library.
Choose the appropriate library during linking.
* Fix build
* Fix build of non-wasm platforms
* Add simd options for wasi
* Fix wasi build
---------
Co-authored-by: Radek Doulik <radek.doulik@gmail.com>
Co-authored-by: Larry Ewing <lewing@microsoft.com>
0 commit comments