-
Notifications
You must be signed in to change notification settings - Fork 12.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
simd packed types: remove outdated comment, extend codegen test #126163
Conversation
This comment has been minimized.
This comment has been minimized.
Yep, that should never happen now |
shouldn't it still be an immediate if it's not maybe here is a bad place to issue that check, but |
It should always be an immediate. I can turn it into an assert, if that's what you mean? |
Oh! I think I misparsed what you initially said. Yeah, an |
All right, did that. @bors r=calebzulawski,workingjubilee |
…i,workingjubilee simd packed types: remove outdated comment, extend codegen test It seems like rust-lang#125311 made that check in codegen unnecessary? r? `@workingjubilee` `@calebzulawski`
A job failed! Check out the build log: (web) (plain) Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
☀️ Test successful - checks-actions |
Finished benchmarking commit (b3ca6ee): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResults (primary 1.6%, secondary 3.7%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: missing data |
It seems like #125311 made that check in codegen unnecessary?
r? @workingjubilee @calebzulawski