You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking to support decimal to 80-bit and 128-bit binary so I can finish long double support in picolibc scanf. Before I attempt this myself, I'm wondering if I overlooked an existing implementation here? All I could find is the printf direction converting binary to decimals.
The text was updated successfully, but these errors were encountered:
I'm looking to support decimal to 80-bit and 128-bit binary so I can finish long double support in picolibc scanf. Before I attempt this myself, I'm wondering if I overlooked an existing implementation here? All I could find is the printf direction converting binary to decimals.
The text was updated successfully, but these errors were encountered: