]> git.sesse.net Git - stockfish/commitdiff
Use compiler name lookup to simplify code
authorMarco Costalba <mcostalba@gmail.com>
Sun, 24 May 2009 09:15:23 +0000 (10:15 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 24 May 2009 09:18:31 +0000 (10:18 +0100)
We don't need different names between a function and a
template. Compiler will know when use one or the other.

This let use restore original count_1s_xx() names instead of
sw_count_1s_xxx so to simplify a bit the code.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found