We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349f602 commit 2b7280bCopy full SHA for 2b7280b
src/stdlib_hash_32bit_water.fypp
@@ -45,9 +45,7 @@
45
!! but also in its use of signed two's complement arithmetic in contrast to
46
!! the unsigned arithmetic of Ettinger and Wang Yi, and in making some of the
47
!! uses of `TRANSFER` endian dependent, in an attempt to make the quality of
48
-!! the hash endian independent. The use of signed arithmetic may change with
49
-!! the planned introduction of the unsigned BITS datatype in what is currently
50
-!! known as Fortran 202X.
+!! the hash endian independent.
51
!!
52
!! To be useful this code must be processed by a processor that implements two
53
!! Fortran 2008 extensions to Fortran 2003: submodules, and 64 bit (`INT64`)
0 commit comments