Check if the current compiler supports 128-bit real precision
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(compiler_t), | intent(in) | :: | self |
Instance of the compiler object |
logical function with_qp(self) !> Instance of the compiler object class(compiler_t), intent(in) :: self with_qp = self%check_fortran_source_runs & ('if (selected_real_kind(33) == -1) stop 1; end') end function with_qp