Skip to content

Commit 1975928

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +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`.
272+
- You can ask for an asm dump: `DOTNET_JitDisasm=NEON64HTMLScan dotnet run -c Release`. See [Viewing JIT disassembly and dumps](https://github.com/dotnet/runtime/blob/main/docs/design/coreclr/jit/viewing-jit-dumps.md).
273273

274274
## More reading
275275

0 commit comments

Comments
 (0)