-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "[Mono] Add SIMD intrinsic for Vector64/128 comparisons (#65128)" #66088
Revert "[Mono] Add SIMD intrinsic for Vector64/128 comparisons (#65128)" #66088
Conversation
This doesn't seem to solve the problem. |
This didn't cause the problem on CI, I'll close the PR. |
/azp run runtime |
Azure Pipelines successfully started running 1 pipeline(s). |
…vector-intrinsics-eq-gt-geq-lt-leq
Note that the lane still takes 2h52m (172m), and the timeout is 3h20m (200m), so even a 10-15% increase in total AOT time would lead to a timeout. |
The step of |
@fanyang-mono I'll re-run the tests |
…vector-intrinsics-eq-gt-geq-lt-leq
Since the |
This PR reverts #65128 in an attempt to fix #66083