Content deleted Content added
m →Usage: add space before property and pipe |
m syntaxhighlight lang="wikitext" |
||
Line 7:
=== Usage ===
<syntaxhighlight lang="wikitext">
{{Infobox CPU architecture
| name =
Line 33:
| vpr =
}}
</syntaxhighlight>
=== Description ===
<syntaxhighlight lang="wikitext">
{{Infobox CPU architecture
| name = Name of architecture, e.g. x86, SPARC, PowerPC, MIPS, ARM
Line 58:
| vpr = Number of vector registers (and size, if not indicated by bits=)
}}
</syntaxhighlight>
All fields are optional.
Line 79:
| fpr = 32
}}
<syntaxhighlight lang="wikitext">
{{Infobox CPU architecture
| name = SPARC
Line 97:
| fpr = 32
}}
</syntaxhighlight>
=== Parameters ===
|