Skip to content

Conversation

kg
Copy link
Member

@kg kg commented Aug 22, 2025

Fixes JIT\SIMD\VectorConvert_ro_Target_64Bit and its kin

@Copilot Copilot AI review requested due to automatic review settings August 22, 2025 23:29
@kg kg requested review from BrzVlad and janvorli as code owners August 22, 2025 23:29
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements two new interpreter opcodes STELEM_U1 and STELEM_U2 for storing unsigned 1-byte and 2-byte values into arrays. The implementation fixes failing JIT SIMD VectorConvert tests by providing the missing interpreter support for these unsigned element store operations.

Key Changes

  • Added INTOP_STELEM_U1 case for storing uint8_t values from int32_t stack values
  • Added INTOP_STELEM_U2 case for storing uint16_t values from int32_t stack values
  • Both implementations follow the existing pattern using the STELEM macro

Copy link
Contributor

Tagging subscribers to this area: @BrzVlad, @janvorli, @kg
See info in area-owners.md if you want to be subscribed.

@kg kg merged commit 96eae23 into dotnet:main Aug 26, 2025
98 of 100 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants