Skip to main content

All Questions

Tagged with
3 votes
1 answer
337 views

Generic Integer Square Root

I have implemented an integer square root function that is branch-free and runs in constant time, using the first variant found in this answer as a base. All possible values for the types ...
Kittoes0124's user avatar
  • 1,940
1 vote
1 answer
80 views

A banded interpolator, for any type and any interpolation method

This is an extension of my Attributes system I wrote about in these questions: Lvl 1 upgradeable attributes Lvl2 upgradeable attributes It is unrelated to the core functionality under review in ...
Nick Udell's user avatar
  • 5,197