mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Better GLIBC_COMPATIBILITY option [#CLICKHOUSE-3275].
This commit is contained in:
parent
705c159eaf
commit
4f4c972019
@ -149,7 +149,7 @@ w6 = -1.63092934096575273989e-03; /* 0xBF5AB89D, 0x0B9E43E4 */
|
||||
double lgamma_r(double x, int *signgamp)
|
||||
{
|
||||
union {double f; uint64_t i;} u = {x};
|
||||
double_t t,y,z,nadj,p,p1,p2,p3,q,r,w;
|
||||
double_t t,y,z,nadj=0,p,p1,p2,p3,q,r,w;
|
||||
uint32_t ix;
|
||||
int sign,i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user