Skip to content

Revert changing number of passes depending on number of parameters#2101

Open
sayantn wants to merge 1 commit intorust-lang:mainfrom
sayantn:revert-passes
Open

Revert changing number of passes depending on number of parameters#2101
sayantn wants to merge 1 commit intorust-lang:mainfrom
sayantn:revert-passes

Conversation

@sayantn
Copy link
Copy Markdown
Contributor

@sayantn sayantn commented May 2, 2026

this causes buffer overflow in some x86 intrinsics with more than 20 parameters, e.g. _mm512_set_ph, so I decided to go to wrapping

cc @adamgemmell as this was added in #2087

@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented May 2, 2026

r? @folkertdev

rustbot has assigned @folkertdev.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: @Amanieu, @folkertdev, @sayantn
  • @Amanieu, @folkertdev, @sayantn expanded to Amanieu, folkertdev, sayantn
  • Random selection from Amanieu, folkertdev

@sayantn sayantn marked this pull request as draft May 2, 2026 06:03
revert the offset loading, instead load in a wrapping fashion
@sayantn sayantn marked this pull request as ready for review May 2, 2026 07:20
Comment thread log.log
Copy link
Copy Markdown
Contributor

@folkertdev folkertdev May 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this file for?

View changes since the review

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh sorry, that's my temporary log file, accidentally got committed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants