Open nedtaylor opened 6 months ago
Disagree with this. From discussions in various posts linked below, it appears that selected_XX_kind is the more portable and preferable option.
Simply change name of real12 to real32 for consistency.
https://github.com/fortran-lang/stdlib/issues/25 https://stevelionel.com/drfortran/2017/03/27/doctor-fortran-in-it-takes-all-kinds/
This will remove the need for users to use real12 types, improving compatibility.
This will also allow users on compilation choose precision, and make it more inline with industry standards.