Skip to content

Commit ffbc828

Browse files
authored
Merge pull request algorithmica-org#111 from mcognetta/patch-2
Remove erroneous sentence fragment
2 parents 190a5bc + 7edf7f6 commit ffbc828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/english/hpc/simd/intrinsics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ For example, the group of `extract` intrinsics that are used to get individual e
141141

142142
### GCC Vector Extensions
143143

144-
If you feel like the design of C intrinsics is terrible, you are not alone. are all generated by cats walking on keyboards. I've spent hundreds of hours writing SIMD code and reading the Intel Intrinsics Guide, and I still can't remember whether I need to type `_mm256` or `__m256`.
144+
If you feel like the design of C intrinsics is terrible, you are not alone. I've spent hundreds of hours writing SIMD code and reading the Intel Intrinsics Guide, and I still can't remember whether I need to type `_mm256` or `__m256`.
145145

146146
Intrinsics are not only hard to use but also neither portable nor maintainable. In good software, you don't want to maintain different procedures for each CPU: you want to implement it just once, in an architecture-agnostic way.
147147

0 commit comments

Comments
 (0)