mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 22:38:30 +00:00
Rename hidden keyword to _Hide
This commit is contained in:
parent
251dcb07eb
commit
bf7843833f
112 changed files with 616 additions and 3290 deletions
|
@ -21,16 +21,16 @@
|
|||
#include "libc/intrin/bits.h"
|
||||
#include "libc/limits.h"
|
||||
#include "libc/macros.internal.h"
|
||||
#include "libc/mem/gc.internal.h"
|
||||
#include "libc/mem/mem.h"
|
||||
#include "libc/nexgen32e/x86feature.h"
|
||||
#include "libc/mem/gc.internal.h"
|
||||
#include "libc/str/str.h"
|
||||
#include "libc/testlib/ezbench.h"
|
||||
#include "libc/testlib/testlib.h"
|
||||
|
||||
unsigned windex_k8(short *, size_t) hidden;
|
||||
unsigned windex_avx2(short *, size_t) hidden;
|
||||
unsigned windex_sse4(short *, size_t) hidden;
|
||||
unsigned windex_k8(short *, size_t) _Hide;
|
||||
unsigned windex_avx2(short *, size_t) _Hide;
|
||||
unsigned windex_sse4(short *, size_t) _Hide;
|
||||
|
||||
const short kW[64] forcealign(32) = {
|
||||
8281, 3883, 1365, 1786, 9006, 3681, 5563, 8013, 5787, 9063, 2923,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue