runtime icon indicating copy to clipboard operation
runtime copied to clipboard

Change the ReciprocalEstimate and ReciprocalSqrtEstimate APIs to be mustExpand on RyuJIT

Open tannergooding opened this issue 1 year ago • 1 comments
trafficstars

tannergooding avatar May 10 '24 19:05 tannergooding

src/tests/ilverify/TestDataLoader.cs(272,45): error CS0535: 'TestDataLoader.TestResolver' does not implement interface member

I am fixing this outer loop build break in #102115

jkotas avatar May 11 '24 14:05 jkotas

CC. @jkotas this should be ready now. Only spmi is left and they are rerunning due to failing to download the mch file

tannergooding avatar May 13 '24 00:05 tannergooding

CC. @dotnet/jit-contrib for secondary review. This puts CI into a clean state again

tannergooding avatar May 13 '24 01:05 tannergooding

The remaining Arm64 failure is different from the issue that https://github.com/dotnet/runtime/issues/101731 is tracking (and not unique to this PR).

I'm looking into it, but it would probably be good to get this one merged

tannergooding avatar May 13 '24 13:05 tannergooding

Ping @dotnet/jit-contrib for review, this resolves the main CI issue.

https://github.com/dotnet/runtime/pull/102162 fixes the remaining pre-existing issue, but is libraries side only

tannergooding avatar May 13 '24 18:05 tannergooding