From: Marco Costalba Date: Fri, 6 Apr 2012 09:37:07 +0000 (+0200) Subject: Rewrite pop_1st_bit() to be endian independent X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=797c960d2004eacbbd19c656f483f070130bb358;hp=797c960d2004eacbbd19c656f483f070130bb358 Rewrite pop_1st_bit() to be endian independent With this change sources are fully endianess independent, so we can simplify the Makefile. Somewhat surprisingly we don't have any speed regression ! No functional change. Signed-off-by: Marco Costalba ---