mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 19:28:29 +00:00
Improve documentation
The Cosmo API documentation page is pretty good now https://justine.lol/cosmopolitan/documentation.html
This commit is contained in:
parent
13437dd19b
commit
1bc3a25505
367 changed files with 2542 additions and 26178 deletions
|
@ -21,7 +21,7 @@
|
|||
#include "libc/macros.h"
|
||||
#include "libc/nexgen32e/x86info.h"
|
||||
|
||||
const struct X86ProcessorModel kX86ProcessorModels[] = {
|
||||
hidden const struct X86ProcessorModel kX86ProcessorModels[] = {
|
||||
/* <SORTED> */
|
||||
{0x060F, X86_MARCH_CORE2, X86_GRADE_CLIENT},
|
||||
{0x0616, X86_MARCH_CORE2, X86_GRADE_MOBILE},
|
||||
|
@ -80,4 +80,4 @@ const struct X86ProcessorModel kX86ProcessorModels[] = {
|
|||
/* </SORTED> */
|
||||
};
|
||||
|
||||
const size_t kX86ProcessorModelCount = ARRAYLEN(kX86ProcessorModels);
|
||||
hidden const size_t kX86ProcessorModelCount = ARRAYLEN(kX86ProcessorModels);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue