refact
This commit is contained in:
parent
6d3032d538
commit
e4252065d1
|
@ -236,7 +236,7 @@ static FORCE_INLINE int tEncodeFloat(SCoder* pEncoder, float val) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static FORCE_INLINE int tEncodeDouble(SCoder* pEncoder, double val) {
|
static FORCE_INLINE int tEncodeDouble(SCoder* pEncoder, double val) {
|
||||||
union {
|
union {
|
||||||
uint64_t ui;
|
uint64_t ui;
|
||||||
double d;
|
double d;
|
||||||
} v = {.d = val};
|
} v = {.d = val};
|
||||||
|
|
Loading…
Reference in New Issue