Skip to content

Commit

Permalink
remove reference to F202X (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdp1 authored Jun 26, 2023
1 parent 349f602 commit 2b7280b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/stdlib_hash_32bit_water.fypp
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@
!! but also in its use of signed two's complement arithmetic in contrast to
!! the unsigned arithmetic of Ettinger and Wang Yi, and in making some of the
!! uses of `TRANSFER` endian dependent, in an attempt to make the quality of
!! the hash endian independent. The use of signed arithmetic may change with
!! the planned introduction of the unsigned BITS datatype in what is currently
!! known as Fortran 202X.
!! the hash endian independent.
!!
!! To be useful this code must be processed by a processor that implements two
!! Fortran 2008 extensions to Fortran 2003: submodules, and 64 bit (`INT64`)
Expand Down

0 comments on commit 2b7280b

Please sign in to comment.