- Notifications
You must be signed in to change notification settings - Fork14.1k
Updatef16/f128 FIXMEs that needed(NEG_)INFINITY#127496
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This comment has been minimized.
This comment has been minimized.
tgross35 commentedJul 8, 2024
Seems like an unlikely change to cause a new segfault 😄 |
95a19d1 to4d506f7Compare4d506f7 to96a7916CompareNadrieril commentedJul 9, 2024
Nice! Glad you got it to work. @bors r+ |
bors commentedJul 9, 2024
…=NadrierilUpdate `f16`/`f128` FIXMEs that needed `(NEG_)INFINITY`Just a small fix to the pattern matching tests now that we can. Also contains a small unrelated comment tweak.
…iaskrgrRollup of 8 pull requestsSuccessful merges: -rust-lang#127028 (Fix regression in the MIR lowering of or-patterns) -rust-lang#127091 (impl FusedIterator and a size hint for the error sources iter) -rust-lang#127358 (Automatically taint when reporting errors from ItemCtxt) -rust-lang#127382 (Use verbose style when suggesting changing `const` with `let`) -rust-lang#127397 (fix interleaved output in the default panic hook when multiple threads panic simultaneously) -rust-lang#127484 (`#[doc(alias)]`'s doc: say that ASCII spaces are allowed) -rust-lang#127496 (Update `f16`/`f128` FIXMEs that needed `(NEG_)INFINITY`) -rust-lang#127508 (small search graph refactor)r? `@ghost``@rustbot` modify labels: rollup
…=NadrierilUpdate `f16`/`f128` FIXMEs that needed `(NEG_)INFINITY`Just a small fix to the pattern matching tests now that we can. Also contains a small unrelated comment tweak.
…=NadrierilUpdate `f16`/`f128` FIXMEs that needed `(NEG_)INFINITY`Just a small fix to the pattern matching tests now that we can. Also contains a small unrelated comment tweak.
…iaskrgrRollup of 7 pull requestsSuccessful merges: -rust-lang#127091 (impl FusedIterator and a size hint for the error sources iter) -rust-lang#127358 (Automatically taint when reporting errors from ItemCtxt) -rust-lang#127382 (Use verbose style when suggesting changing `const` with `let`) -rust-lang#127484 (`#[doc(alias)]`'s doc: say that ASCII spaces are allowed) -rust-lang#127495 (More trait error reworking) -rust-lang#127496 (Update `f16`/`f128` FIXMEs that needed `(NEG_)INFINITY`) -rust-lang#127508 (small search graph refactor)r? `@ghost``@rustbot` modify labels: rollup
…=NadrierilUpdate `f16`/`f128` FIXMEs that needed `(NEG_)INFINITY`Just a small fix to the pattern matching tests now that we can. Also contains a small unrelated comment tweak.
…iaskrgrRollup of 10 pull requestsSuccessful merges: -rust-lang#124339 (allow overwriting the output of `rustc --version`) -rust-lang#125627 (migration lint for `expr2024` for the edition 2024) -rust-lang#127091 (impl FusedIterator and a size hint for the error sources iter) -rust-lang#127358 (Automatically taint when reporting errors from ItemCtxt) -rust-lang#127484 (`#[doc(alias)]`'s doc: say that ASCII spaces are allowed) -rust-lang#127495 (More trait error reworking) -rust-lang#127496 (Update `f16`/`f128` FIXMEs that needed `(NEG_)INFINITY`) -rust-lang#127508 (small search graph refactor) -rust-lang#127521 (Remove spastorino from SMIR) -rust-lang#127532 (documentation: update cmake version)r? `@ghost``@rustbot` modify labels: rollup
…=NadrierilUpdate `f16`/`f128` FIXMEs that needed `(NEG_)INFINITY`Just a small fix to the pattern matching tests now that we can. Also contains a small unrelated comment tweak.
…iaskrgrRollup of 8 pull requestsSuccessful merges: -rust-lang#127091 (impl FusedIterator and a size hint for the error sources iter) -rust-lang#127358 (Automatically taint when reporting errors from ItemCtxt) -rust-lang#127484 (`#[doc(alias)]`'s doc: say that ASCII spaces are allowed) -rust-lang#127495 (More trait error reworking) -rust-lang#127496 (Update `f16`/`f128` FIXMEs that needed `(NEG_)INFINITY`) -rust-lang#127508 (small search graph refactor) -rust-lang#127521 (Remove spastorino from SMIR) -rust-lang#127532 (documentation: update cmake version)r? `@ghost``@rustbot` modify labels: rollup
bors commentedJul 10, 2024
bors commentedJul 10, 2024
☀️ Test successful -checks-actions |
rust-timer commentedJul 10, 2024
Finished benchmarking commit (7caf672):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 -3.2%)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: 702.638s -> 703.707s (0.15%) |
Uh oh!
There was an error while loading.Please reload this page.
Just a small fix to the pattern matching tests now that we can. Also contains a small unrelated comment tweak.
@rustbot label +F-f16_and_f128
r?@Nadrieril