kakao / n2

TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets
Apache License 2.0
567 stars 71 forks source link

Minor fixes for clang compatibility. #18

Closed cynthia closed 6 years ago

cynthia commented 6 years ago

Nothing of significant functionality, mostly relates to #6.

cynthia commented 6 years ago

Actually, fmin/fmax is functionally different than min/max and is probably for the better. While unlikely to encounter this - NaN handling behavior is better defined in fmin/fmax.

This comes with a tradeoff of older compiler compatibility.

ummae commented 6 years ago

@cynthia Thank you for your work 👍