Re: [PATCH v3 21/25] ppc64: Use uint64_t to represent double
Richard Henderson writes: > We want to do exact bitwise comparisons of the data, > not be held hostage to IEEE comparisons and NaNs. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée
[PATCH v3 21/25] ppc64: Use uint64_t to represent double
We want to do exact bitwise comparisons of the data, not be held hostage to IEEE comparisons and NaNs. Signed-off-by: Richard Henderson --- risu_reginfo_ppc64.h | 3 ++- risu_reginfo_ppc64.c | 29 + 2 files changed, 11 insertions(+), 21 deletions(-) diff --git a/ris