rust/library/portable-simd/.github/PULL_REQUEST_TEMPLATE.md
Jubilee Young fdee059c90 Add 'library/portable-simd/' from commit '1ce1c645cf27c4acdefe6ec8a11d1f0491954a99'
git-subtree-dir: library/portable-simd
git-subtree-mainline: efd0483949
git-subtree-split: 1ce1c645cf
2021-11-12 16:58:25 -08:00

696 B

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