52a53,57
> union IntDoubleUnion {
> uint64_t bits;
> double fp;
> };
>