Skip to content
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

ci: bump actions/checkout to v4 #436

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

trivikr
Copy link
Contributor

@trivikr trivikr commented Sep 9, 2024

Hello, welcome to std::simd!

It seems this pull request template checklist was created while a lot of vector math ops were being implemented, and only really applies to ops. Feel free to delete everything here if it's not applicable, or ask for help if you're not sure what it means!

For a given vector math operation on TxN, please add tests for interactions with:

  • T::MAX
  • T::MIN
  • -1
  • 1
  • 0

For a given vector math operation on TxN where T is a float, please add tests for test interactions with:

  • a really large number, larger than the mantissa
  • a really small "subnormal" number
  • NaN
  • Infinity
  • Negative Infinity

Required for using Node.js 20.x in CI

Refs: rust-lang/rust#130124 (comment)

@calebzulawski calebzulawski merged commit e967f5e into rust-lang:master Sep 9, 2024
57 checks passed
@calebzulawski
Copy link
Member

Thank you!

@trivikr trivikr deleted the actions-checkout-v4 branch September 9, 2024 16:47
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.

2 participants