Skip to content

Commit

Permalink
Merge pull request #31 from musm/patch-1
Browse files Browse the repository at this point in the history
Update dep map! method
  • Loading branch information
staticfloat authored Feb 6, 2017
2 parents fa90d14 + 6481fc5 commit 14aaef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base_functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ sigma0_512(x) = (S64( 1, UInt64(x)) ⊻ S64( 8, UInt64(x)) ⊻ R( 7, UInt64(
sigma1_512(x) = (S64(19, UInt64(x)) S64(61, UInt64(x)) R( 6, UInt64(x)))

# Let's be able to bswap arrays of these types as well
bswap!{T<:Integer}(x::Vector{T}) = map!(bswap, x)
bswap!{T<:Integer}(x::Vector{T}) = map!(bswap, x, x)

0 comments on commit 14aaef7

Please sign in to comment.