Utility to convert between hardfloat and IEEE format
python3 floatConverter/script_hardfloat_ieee.py --input-format <format> <command> <input value>
List of supported command:
recfntoieeeconvert between hardfloat's recoded-format to the IEEE encoding in the corresponding IEEE format***` can be any of recf16, recf32, recf64.ieeetorecfnconvert between IEEE format to the corresponding hardfloat's recoded-format ***<format>can be any of f16, f32, f64.
<input value> is an hexadecimal string, _ separators are accepted.
python3 script_hardfloat_ieee.py ieeetorecfn --input-format f16 --unsafe-convert-to recf64 1f80