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: dotnet/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bd37436f88
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6b7292cc18
Choose a head ref
  • 10 commits
  • 21 files changed
  • 9 contributors

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    26f6d6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcae013 View commit details
    Browse the repository at this point in the history
  3. Accelerate Vector512 ConvertToSingle and ConvertToInt32. (#84932)

    * Accelerate Vector512 `ConvertToSingle` and `ConvertToInt32`.
    
    * Moving intrinsics to proper place.
    anthonycanino authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    9df61d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3713168 View commit details
    Browse the repository at this point in the history
  5. [wasm] Disable failing AOT tests to get CI green again (#85111)

    * [wasm] Disable failing AOT test - System.Collections.Immutable
    
    Issue: #85012
    
    * [wasm] Disable failing AOT tests - System.Runtime.Serialization.Xml*
    
    - System.Runtime.Serialization.Xml.Tests
    - System.Runtime.Serialization.Xml.ReflectionOnly.Tests
    
    Issue: #85013
    radical authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    72fa3bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    614d683 View commit details
    Browse the repository at this point in the history
  7. Acclerate Vector512 multiply and divide. (#84941)

    * Accelerate Vector512 multiply.
    
    * Accelerate Vector512 divide.
    
    * Small build fix.
    
    * Fix accidental removal for Vector256_op_division.
    
    * Review edits.
    
    * Assert fix.
    
    ---------
    
    Co-authored-by: Tanner Gooding <tagoo@outlook.com>
    anthonycanino and tannergooding authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    ad8eaba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c27a160 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    02ddff3 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Jettison vxsort support in the GC when optimizing for size (#85036)

    Vxsort comes with precomputed tables that are more than 100 kB in size.
    
    Jettison them when optimizing for size. Hello world with optimize for size + invariant globalization is now 1.08 MB.
    
    Fixes #84749.
    MichalStrehovsky authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    6b7292c View commit details
    Browse the repository at this point in the history
Loading