Skip to content

Commit 1c7fc50

Browse files
authored
Update README.md
1 parent 0759ed0 commit 1c7fc50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ You can print the content of a vector register like so:
267267

268268
- Be careful: `Vector128.Shuffle` is not the same as `Ssse3.Shuffle` nor is `Vector256.Shuffle` the same as `Avx2.Shuffle`. Prefer the latter.
269269
- Similarly `Vector128.Shuffle` is not the same as `AdvSimd.Arm64.VectorTableLookup`, use the latter.
270+
- `stackalloc` arrays should probably not be used in class instances.
271+
- In C#, `struct` might be preferable to `class` instances as it makes it clear that the data is thread local.
270272

271273
## More reading
272274

0 commit comments

Comments
 (0)