This release includes the following additional features:
- All procedures except I/O have the
pure elemental
attribute, - Support for
type(uint8)
, - Modulus operation for
type(uint64)
, - Converting an unsigned integer to a floating point number by
dble
andreal
procedures.