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 making a benchmarking utility that catalogs various elementary/special function performance characteristics. I'd like to use the binary distribution and get the version for the current binary in use. I notice that the two symbols mentioned in the issue title are present in the binary, but they're both private. Currently I'm hacking up the version reader like so:
I'm making a benchmarking utility that catalogs various elementary/special function performance characteristics. I'd like to use the binary distribution and get the version for the current binary in use. I notice that the two symbols mentioned in the issue title are present in the binary, but they're both private. Currently I'm hacking up the version reader like so:
which... is messy and fragile.
The text was updated successfully, but these errors were encountered: