This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On 04-11-2013 16:21, Adhemerval Zanella wrote:
> On 04-11-2013 14:13, Joseph S. Myers wrote:
>> On Mon, 4 Nov 2013, Adhemerval Zanella wrote:
>>
>>> + version 2.r1 of the License, or (at your option) any later version.
>> Typo "version 2.r1".
>>
>> Benchmarks for strtod would be good.
>>
> Fair enough, I'll address the benchmark in another email.
>
Using the sent benchtest for strtod I got these outputs in a POWER7 3.3GHz ('baseline'
the default for C implemention and 'optimized' using the new MPN ones). As you can see
the gain is where the multiprecision routines are used more extensivelly (input
1e308, 100000000e300, 1e-307, 0.000001e-301, etc.).
Attachment:
baseline.out
Description: Text document
Attachment:
optimized.out
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |