jk-jeon / dragonbox

Reference implementation of Dragonbox in C++
Apache License 2.0
598 stars 37 forks source link

Optimize for x86_32 using intrinsics #6

Closed yumeyao closed 3 years ago

yumeyao commented 3 years ago

Note that gcc/clang could also implement 64-bit counting trailing zero using the similar way here, but it is not included in this PR.

jk-jeon commented 3 years ago

I made some stylistic changes but otherwise looks good. Thank you so much!