Skip to content

Commit 0b429a4

Browse files
committed
Changed function attribute
Added the pure attribute to rot_64_32. [ticket: X]
1 parent c4d8d28 commit 0b429a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_64_bit_spookyv2_hashes.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ contains
682682
end subroutine spookyhash_final
683683

684684

685-
function rot_64_32( a, k )
685+
pure function rot_64_32( a, k )
686686
integer(int64) :: rot_64_32
687687
integer(int64), intent(in) :: a
688688
integer, intent(in) :: k

0 commit comments

Comments
 (0)