Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/8.0-rc1] [wasm] Do not build mono libs with -msimd128 #90750

Merged
merged 6 commits into from
Aug 18, 2023

Commits on Aug 17, 2023

  1. [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.
    radekdoulik authored and github-actions committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d31216f View commit details
    Browse the repository at this point in the history
  2. Fix build

    radekdoulik authored and github-actions committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    62f50ff View commit details
    Browse the repository at this point in the history
  3. Fix build of non-wasm platforms

    radekdoulik authored and github-actions committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    f60bd59 View commit details
    Browse the repository at this point in the history
  4. Add simd options for wasi

    radekdoulik authored and github-actions committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    f6817e9 View commit details
    Browse the repository at this point in the history
  5. Fix wasi build

    radekdoulik authored and github-actions committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b63f181 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    a5c1672 View commit details
    Browse the repository at this point in the history