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

Portable SIMD subtree update #122905

Merged
merged 21 commits into from
Mar 24, 2024

Commits on Feb 22, 2024

  1. Remove redundant imports

    taiki-e committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    bb4bba5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rust-lang#397 from taiki-e/imports

    Remove redundant imports
    calebzulawski authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    8c786f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ce3ab7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request rust-lang#396 from taiki-e/aarch64-big

    Fix build error on big endian aarch64
    calebzulawski authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    94f4f68 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    18de239 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rust-lang#398 from AquaEBM/avx512-feature-flag

    fix build error on AVX-512
    calebzulawski authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    fbc9efa View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. feat: add SIMD float math functions (exp, exp2, log, log2, log10, sin…

    …, cos).
    avhz authored and avhz committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    499a53d View commit details
    Browse the repository at this point in the history
  2. Merge pull request rust-lang#400 from avhz/master

    feat: add SIMD float math functions (exp, exp2, log, log2, log10, sin…
    calebzulawski authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    eea6f77 View commit details
    Browse the repository at this point in the history
  3. Test std_float

    calebzulawski committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    5b5b259 View commit details
    Browse the repository at this point in the history
  4. Update docs

    calebzulawski committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    e5d5006 View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    calebzulawski committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    bcedde5 View commit details
    Browse the repository at this point in the history
  6. Fix wasm tests

    calebzulawski committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    2f062b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    278eb28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5794c83 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Add arm64ec support

    dpaoliello committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ca4033f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 14, 2024

  1. Merge pull request rust-lang#404 from dpaoliello/arm64ec

    Add arm64ec support
    calebzulawski authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6aeff2e View commit details
    Browse the repository at this point in the history
  2. Merge pull request rust-lang#399 from farnoy/masked-load-store-simple

    Add support for masked loads & stores
    calebzulawski authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    50e8ae8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    53de3f0 View commit details
    Browse the repository at this point in the history
  2. Validate generating docs (rust-lang/portable-simd#407)

    - Generate docs with warnings disabled.
    - Instruct doctest to add `#![deny(warnings)]` to all tests.
    dpaoliello authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    cff979e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e0ec25 View commit details
    Browse the repository at this point in the history