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
The casting of numbers (integer and real) to bits string is done by B format specifier. This is standard (2003) compliant only for integer, whereas for real this is an Intel Fortran extension! This is known bug that must be fixed in some way. The trick to use transfer function seems to not work correctly. The low-level bits functions must be used...
The text was updated successfully, but these errors were encountered:
The casting of numbers (integer and real) to bits string is done by
B
format specifier. This is standard (2003) compliant only for integer, whereas for real this is an Intel Fortran extension! This is known bug that must be fixed in some way. The trick to usetransfer
function seems to not work correctly. The low-level bits functions must be used...The text was updated successfully, but these errors were encountered: