Skip to content

Commit

Permalink
Update Clense.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
IFeelBloated committed Jun 28, 2015
1 parent 58a0767 commit 59f2048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clense.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ struct PlaneProcFB {
__m256 lower = _mm256_max_ps(lowref, minLim);
__m256 upper = _mm256_max_ps(upref, maxLim);

value = clamp_8(lower, value, upper)
value = clamp_8(lower, value, upper);

_mm256_store_ps(pDst + x, value);

Expand Down

0 comments on commit 59f2048

Please sign in to comment.