We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd9d3f commit 518341bCopy full SHA for 518341b
fpm/src/fpm_sources.f90
@@ -21,7 +21,10 @@ module fpm_sources
21
22
character(15), parameter :: INTRINSIC_MODULE_NAMES(*) = &
23
['iso_c_binding ', &
24
- 'iso_fortran_env']
+ 'iso_fortran_env', &
25
+ 'ieee_arithmetic', &
26
+ 'ieee_exceptions', &
27
+ 'ieee_features ']
28
29
type srcfile_ptr
30
! For constructing arrays of src_file pointers
0 commit comments