Skip to content

Commit b8bef67

Browse files
Merge pull request #508 from him2him2/fix-typos
Fix typos in documentation
2 parents b6a0170 + af51712 commit b8bef67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For a given vector math operation on TxN, please add tests for interactions with
1010
- [ ] 0
1111

1212

13-
For a given vector math operation on TxN where T is a float, please add tests for test interactions with:
13+
For a given vector math operation on TxN where T is a float, please add tests for interactions with:
1414
- [ ] a really large number, larger than the mantissa
1515
- [ ] a really small "subnormal" number
1616
- [ ] NaN

beginners-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The list notes the bit widths available at each feature level, though the operat
5656
5757
### Selecting Additional Target Features
5858

59-
If you want to enable support for a target feature within your build, generally you should use a [target-feature](https://rust-lang.github.io/packed_simd/perf-guide/target-feature/rustflags.html#target-feature) setting within you `RUSTFLAGS` setting.
59+
If you want to enable support for a target feature within your build, generally you should use a [target-feature](https://rust-lang.github.io/packed_simd/perf-guide/target-feature/rustflags.html#target-feature) setting within your `RUSTFLAGS` setting.
6060

6161
If you know that you're targeting a specific CPU you can instead use the [target-cpu](https://rust-lang.github.io/packed_simd/perf-guide/target-feature/rustflags.html#target-cpu) flag and the compiler will enable the correct set of features for that CPU.
6262

0 commit comments

Comments
 (0)