Uh oh!
There was an error while loading. Please reload this page.
Fix issue where calculation of valuetypeshapecharacteristic on Arm64 does not match native runtime - #73406
Conversation
…does not match native runtime - We didn't check to make sure that the type of the Vector<T> was a primitive numeric as the runtime does - Re-enable test
runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Vector_1.cs Lines 155 to 170 in e2511ae |
tannergooding
commented
Aug 6, 2022
@AntonLapounov, even if the type can't do anything, a user may still end up declaring a We could theoretically throw a |
AntonLapounov
commented
Aug 6, 2022
Thank you for the explanation! |
Fixes#60036