mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Remove _Hide keyword
It never did anything and isn't worthwhile as documentation.
This commit is contained in:
parent
4fb6cbc1fe
commit
e0c2b91b3e
131 changed files with 716 additions and 917 deletions
|
@ -54,21 +54,21 @@ static inline float fp_barrierf(float x) {
|
|||
return y;
|
||||
}
|
||||
|
||||
extern const uint16_t __rsqrt_tab[128] _Hide;
|
||||
extern const uint16_t __rsqrt_tab[128];
|
||||
|
||||
double __math_divzero(uint32_t) _Hide;
|
||||
double __math_invalid(double) _Hide;
|
||||
double __math_oflow(uint32_t) _Hide;
|
||||
double __math_uflow(uint32_t) _Hide;
|
||||
double __math_xflow(uint32_t, double) _Hide;
|
||||
float __math_divzerof(uint32_t) _Hide;
|
||||
float __math_invalidf(float) _Hide;
|
||||
float __math_oflowf(uint32_t) _Hide;
|
||||
float __math_uflowf(uint32_t) _Hide;
|
||||
float __math_xflowf(uint32_t, float) _Hide;
|
||||
long double __polevll(long double, const long double *, int) _Hide;
|
||||
long double __p1evll(long double, const long double *, int) _Hide;
|
||||
long double __math_invalidl(long double) _Hide;
|
||||
double __math_divzero(uint32_t);
|
||||
double __math_invalid(double);
|
||||
double __math_oflow(uint32_t);
|
||||
double __math_uflow(uint32_t);
|
||||
double __math_xflow(uint32_t, double);
|
||||
float __math_divzerof(uint32_t);
|
||||
float __math_invalidf(float);
|
||||
float __math_oflowf(uint32_t);
|
||||
float __math_uflowf(uint32_t);
|
||||
float __math_xflowf(uint32_t, float);
|
||||
long double __polevll(long double, const long double *, int);
|
||||
long double __p1evll(long double, const long double *, int);
|
||||
long double __math_invalidl(long double);
|
||||
|
||||
#define FORCE_EVAL(x) \
|
||||
do { \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue