We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 639cf2f + e163240 commit c95f7a9Copy full SHA for c95f7a9
src/stdlib_experimental_kinds.f90
@@ -1,7 +1,7 @@
1
module stdlib_experimental_kinds
2
use iso_fortran_env, only: sp=>real32, dp=>real64, qp=>real128
3
use iso_fortran_env, only: int8, int16, int32, int64
4
-! If we decide later to use iso_fortran_env instead of iso_fortran_env:
+! If we decide later to use iso_c_binding instead of iso_fortran_env:
5
!use iso_c_binding, only: sp=>c_float, dp=>c_double, qp=>c_float128
6
!use iso_c_binding, only: int8=>c_int8_t, int16=>c_int16_t, int32=>c_int32_t, int64=>c_int64_t
7
implicit none
0 commit comments