|
|
Message-ID: <alpine.LNX.2.20.13.2001091853120.9842@monopod.intra.ispras.ru>
Date: Thu, 9 Jan 2020 18:55:11 +0300 (MSK)
From: Alexander Monakov <amonakov@...ras.ru>
To: musl@...ts.openwall.com
Subject: Re: [PATCH] math: move i386 sqrtf to C
I should have asked earlier, but - is everyone happy with this style of
expressing removal of excess precision, or should I use eval_as_float?
+{
+ long double t;
[...]
+ return (float)t;
+}
Alexander
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.