Check if the current compiler supports 80-bit “extended” real precision
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(compiler_t), | intent(in) | :: | self |
Instance of the compiler object |
logical function with_xdp(self) !> Instance of the compiler object class(compiler_t), intent(in) :: self with_xdp = self%check_fortran_source_runs & ('if (any(selected_real_kind(18) == [-1, selected_real_kind(33)])) stop 1; end') end function with_xdp