Files
Stockfish/src
Jean-Francois Romang 7f9ebf8e86 ARM lsb/msb assembly
Implement lsb/msb using armv7 assembly instructions.
msb is the easiest one, using a gcc intrinsic that generates
code using the ARM's clz instruction. lsb is also using this
clz instruction, but with the help of ARM's 'rbit' (bit
reversing) instruction. This leads to a >2% speed gain.

I also renamed 'arm-32' to the more meaningfull 'armv7' in the Makefile

No functional change.
2012-10-11 21:01:52 +02:00
..
2012-09-14 09:57:13 +02:00
2012-09-20 19:25:27 +02:00
2012-10-11 21:01:52 +02:00
2012-10-06 13:01:44 +02:00
2012-09-22 11:19:10 +02:00
2012-09-16 10:32:57 +02:00
2012-09-16 08:57:26 +02:00
2012-04-02 09:58:29 +01:00
2012-10-06 10:12:34 +02:00
2012-10-11 21:01:52 +02:00
2012-08-20 19:17:58 +01:00
2012-10-08 11:43:47 +02:00
2012-09-04 09:38:51 +02:00
2012-09-16 14:14:55 +02:00
2012-09-09 10:24:40 +02:00
2012-09-09 10:24:40 +02:00
2012-09-14 09:57:13 +02:00
2012-09-14 09:57:13 +02:00
2012-07-08 09:36:40 +01:00
2012-09-15 10:55:39 +02:00
2012-08-20 18:24:06 +01:00
2011-12-30 13:52:16 +01:00
2011-12-30 13:52:16 +01:00
2012-09-04 09:38:51 +02:00
2012-10-01 10:44:04 +02:00
2012-10-01 10:44:04 +02:00
2012-03-27 14:26:58 +01:00
2012-07-08 09:36:40 +01:00
2012-03-31 19:07:11 +01:00
2012-10-08 11:43:47 +02:00
2012-09-22 00:37:18 +02:00
2012-10-05 08:28:23 +02:00
2012-08-18 12:26:22 +01:00