linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.49k stars 660 forks source link

util: extern uint128_t_to_double() function #2485

Closed ikegami-t closed 2 months ago

ikegami-t commented 2 months ago

Use the function to calculate with the uint128_t value.

ikegami-t commented 2 months ago

Cherry picked from the PR #2484 since not depended on the changes.

igaw commented 2 months ago

Thanks!