Skip to content

Commit

Permalink
Remove inlining in ROUND for OOP cases
Browse files Browse the repository at this point in the history
  • Loading branch information
dd86k committed Nov 6, 2021
1 parent 8c4d824 commit 5a801a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/sha3d.d
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ static void CHI(ref ulong[5] bc, ref ulong[25] st64, size_t j) @nogc
st64[j + 4] ^= (~bc[0]) & bc[1];
}

pragma(inline, true)
static void ROUND(ref ulong[5] bc, ref ulong[25] st64, size_t r) @nogc
{
ulong t = void;
Expand Down

0 comments on commit 5a801a4

Please sign in to comment.