|
Message-Id: <20140527072319.dc30d64f61e5ec441c34ffd4f788e58e.9744136ef9.wbe@email22.secureserver.net> Date: Tue, 27 May 2014 07:23:20 -0700 From: <writeonce@...ipix.org> To: musl@...ts.openwall.com Subject: checks involving LDBL_MANT_DIG Greetings, In src/complex/*, several files check for LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024, however according to src/stdio/vfprintf.c, (LDBL_MANT_DIG == 53) is considered incorrect and would cause a compile-time error. Does this mean that the above checks in src/complex/* may be eliminated? zg
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.