Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
Removed redefinition warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Auburn committed Jul 3, 2016
1 parent 9aaee3d commit c9fba2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FastNoiseSIMD_internal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,7 @@ CELLULAR_VALUE_SINGLE(Euclidean)
CELLULAR_VALUE_SINGLE(Manhattan)
CELLULAR_VALUE_SINGLE(Natural)

#undef Natural_DISTANCE
#define Natural_DISTANCE(_x, _y, _z) SIMDf_MUL(Euclidean_DISTANCE(_x,_y,_z), Manhattan_DISTANCE(_x,_y,_z))

CELLULAR_DISTANCE_SINGLE(Euclidean)
Expand Down

0 comments on commit c9fba2a

Please sign in to comment.