mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Reduce build latency and fix old cpu bugs
This commit is contained in:
parent
df8ab0aa0c
commit
533f3d1ef1
69 changed files with 43069 additions and 43683 deletions
|
@ -172,13 +172,12 @@ void *MemCpy(void *, const void *, size_t);
|
|||
free(s); \
|
||||
} while (0)
|
||||
|
||||
#define BB(N) \
|
||||
do { \
|
||||
B(memmove_pure, N); \
|
||||
B(memcpy, N); \
|
||||
B(MemCpy, N); \
|
||||
(fprintf)(stderr, "\n"); \
|
||||
} while (0)
|
||||
void BB(size_t N) {
|
||||
B(memmove_pure, N);
|
||||
B(memcpy, N);
|
||||
B(MemCpy, N);
|
||||
(fprintf)(stderr, "\n");
|
||||
}
|
||||
|
||||
BENCH(memcpy, bench) {
|
||||
BB(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue