[PATCH] D12253: Expose more properties of llvm::fltSemantics

Jason Koenig via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 16:23:44 PDT 2015


jrkoenig added a comment.

Actually, it would need to be `bool operator<(const fltSemantics &, const fltSemantics &)`, which is not generally useful. I need to totally order APFloats, not just compare for equality.


http://reviews.llvm.org/D12253





More information about the llvm-commits mailing list