Add admin page for instruction sets by processor.

This commit is contained in:
2019-05-19 13:47:13 +01:00
parent 45d0cbc62d
commit b2e5e7e340
8 changed files with 400 additions and 1 deletions

View File

@@ -44,6 +44,7 @@
<a asp-controller="GpusByMachine">GPUs by machine</a><br />
<a asp-controller="InstructionSets">Instruction sets</a><br />
<a asp-controller="InstructionSetExtensions">Instruction set extensions</a><br />
<a asp-controller="InstructionSetExtensionsByProcessor">Instruction set extensions by processor</a><br />
<a asp-controller="MachineFamilies">Machine families</a><br />
<a asp-controller="Machines">Machines</a><br />
<a asp-controller="MemoryByMachines">Memory by machines</a><br />