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

simd: add recipe #20909

Merged
merged 19 commits into from
Jun 18, 2024
Merged

simd: add recipe #20909

merged 19 commits into from
Jun 18, 2024

Commits on Jun 18, 2024

  1. simd: add recipe

    toge authored and franramirez688 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3a10439 View commit details
    Browse the repository at this point in the history
  2. link pthread

    toge authored and franramirez688 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e3d28eb View commit details
    Browse the repository at this point in the history
  3. support shard build

    toge authored and franramirez688 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f092c29 View commit details
    Browse the repository at this point in the history
  4. link math lib

    toge authored and franramirez688 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    80cf49c View commit details
    Browse the repository at this point in the history
  5. drop support gcc < 10

    toge authored and franramirez688 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7d6d784 View commit details
    Browse the repository at this point in the history
  6. fix syntax error

    toge authored and franramirez688 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    06e1629 View commit details
    Browse the repository at this point in the history
  7. add with_avx512 option

    toge authored and franramirez688 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    acff35e View commit details
    Browse the repository at this point in the history
  8. remove gcc version check

    toge authored and franramirez688 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e4395b0 View commit details
    Browse the repository at this point in the history
  9. remove uwebsockets

    toge authored and franramirez688 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    430424e View commit details
    Browse the repository at this point in the history
  10. drop support msvc

    toge authored and franramirez688 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    24e3173 View commit details
    Browse the repository at this point in the history
  11. update 6.0.134, support clang, msvc

    toge authored and franramirez688 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    830057f View commit details
    Browse the repository at this point in the history
  12. set CMP0077 policy

    Co-authored-by: Martin Valgur <martin.valgur@gmail.com>
    2 people authored and franramirez688 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    86420d9 View commit details
    Browse the repository at this point in the history
  13. fix include order

    Co-authored-by: Martin Valgur <martin.valgur@gmail.com>
    2 people authored and franramirez688 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    326e524 View commit details
    Browse the repository at this point in the history
  14. fix description

    toge authored and franramirez688 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    93b7640 View commit details
    Browse the repository at this point in the history
  15. update 6.1.135

    toge authored and franramirez688 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6113b7f View commit details
    Browse the repository at this point in the history
  16. update 6.1.136

    toge authored and franramirez688 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    503b39c View commit details
    Browse the repository at this point in the history
  17. update 6.1.137

    toge authored and franramirez688 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0f25624 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0ca5795 View commit details
    Browse the repository at this point in the history
  19. Added docstring

    franramirez688 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    384a17d View commit details
    Browse the repository at this point in the history