Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: simdutf/simdutf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.9
Choose a base ref
...
head repository: simdutf/simdutf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Choose a head ref
  • 10 commits
  • 88 files changed
  • 6 contributors

Commits on Jan 31, 2024

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

Commits on Feb 6, 2024

  1. disables runtime dispatching when there is a single implementation. (#…

    …367)
    
    * disables runtime dispatching when there is a single implementation.
    
    * fix namespace
    lemire authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    42c413c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Create SECURITY.md

    lemire authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    0f931e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Fixing overflow in UTF32 to UTF8 under Neon. (#368)

    * Fixing overflow in UTF32 to UTF8 under Neon.
    
    * adding explicit headers
    
    * adding another missing header
    lemire authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    80b1816 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    0df8572 View commit details
    Browse the repository at this point in the history
  2. adding copyright sign tests (#371)

    * adding copyright sign tests
    
    * adding validation tests
    
    * fix: memcmp
    lemire authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c83ccdd View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Add loongarch64 (#372)

    shipujin authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    73ac74e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. add rvv backend (#373)

    camel-cdr authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    fde372f View commit details
    Browse the repository at this point in the history
  2. Base64 (#375)

    * adding base64 encoding and decoding following the WHATWG
    forgiving-base64 specification.
    
    
    ---------
    
    Co-authored-by: Daniel Lemire <[email protected]>
    Co-authored-by: Wojciech Muła <[email protected]>
    3 people authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c5357aa View commit details
    Browse the repository at this point in the history
  3. Version update

    lemire committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a0819ed View commit details
    Browse the repository at this point in the history
Loading