Skip to content

Commit 6ba2ca7

Browse files
authored
Update README.md
1 parent 1c7fc50 commit 6ba2ca7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ You can print the content of a vector register like so:
269269
- Similarly `Vector128.Shuffle` is not the same as `AdvSimd.Arm64.VectorTableLookup`, use the latter.
270270
- `stackalloc` arrays should probably not be used in class instances.
271271
- In C#, `struct` might be preferable to `class` instances as it makes it clear that the data is thread local.
272+
- You can ask for an asm dump: `DOTNET_JitDisasm=NEON64HTMLScan dotnet run -c Release`.
272273

273274
## More reading
274275

0 commit comments

Comments
 (0)