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

Enable x86 CPU vectorization on windows [submodule sleef] #118980

Closed
wants to merge 6 commits into from

Commits on Mar 20, 2024

  1. Enable x86 CPU vectorization on windows

    * Fix some type defination gap between Windows and Linux.
    * Fix some operator not support on Windows, such as [], /.
    * Enable static sleef library build on Windows.
    * Disable unsupported function overloading on MSVC.
    * Update sleef to latest, fix .so share lib disappeared issue.
    * Fix test app link issue.
    xuhancn committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9b8a962 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3c7570 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    da32e86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e64b4c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

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