Hi Mike, > Add support for letting the client choose different flavors of NaNs. Testcase to be > added in clang. > + APFloat(const fltSemantics &, fltCategory, bool negative, unsigned type=0); Please document the meaning of type somewhere. Should type be an enum? Ciao, Duncan.