Skip to content

Commit

Permalink
Removing strange inline statement in PCG
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc committed Dec 4, 2023
1 parent 795695b commit 2690597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/_random_generator/_engines/pcg_random.h
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ class extended : public baseclass {
return baseclass::period_pow2() + table_size*extvalclass::period_pow2();
}

__attribute__((always_inline)) result_type operator()()
result_type operator()()
{
result_type rhs = get_extended_value();
result_type lhs = this->baseclass::operator()();
Expand Down

0 comments on commit 2690597

Please sign in to comment.