mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 16:28:30 +00:00
Perform some code cleanup
This commit is contained in:
parent
0dd9629562
commit
a4601a24d3
63 changed files with 350 additions and 1643 deletions
|
@ -1,12 +1,13 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_NEXGEN32E_CACHESIZE_H_
|
||||
#define COSMOPOLITAN_LIBC_NEXGEN32E_CACHESIZE_H_
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
#define kCpuCacheTypeData 1
|
||||
#define kCpuCacheTypeInstruction 2
|
||||
#define kCpuCacheTypeUnified 3
|
||||
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
unsigned getcachesize(int, int);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue