-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43dabd1
commit 9028cdd
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
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 |