]> git.lizzy.rs Git - rust.git/blob - library/portable-simd/.github/PULL_REQUEST_TEMPLATE.md
Add 'library/portable-simd/' from commit '1ce1c645cf27c4acdefe6ec8a11d1f0491954a99'
[rust.git] / library / portable-simd / .github / PULL_REQUEST_TEMPLATE.md
1 Hello, welcome to `std::simd`!
2
3 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!
4
5 For a given vector math operation on TxN, please add tests for interactions with:
6   - [ ] `T::MAX`
7   - [ ] `T::MIN`
8   - [ ] -1
9   - [ ] 1
10   - [ ] 0
11
12
13 For a given vector math operation on TxN where T is a float, please add tests for test interactions with:
14   - [ ] a really large number, larger than the mantissa
15   - [ ] a really small "subnormal" number
16   - [ ] NaN
17   - [ ] Infinity
18   - [ ] Negative Infinity