projects
/
stockfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
3901aff
)
Yet another pop_1st_bit() optimization
author
Marco Costalba
<mcostalba@gmail.com>
Sun, 12 Oct 2008 12:34:54 +0000
(14:34 +0200)
committer
Marco Costalba
<mcostalba@gmail.com>
Sun, 12 Oct 2008 12:34:54 +0000
(14:34 +0200)
Always for 32 bit but withot relying on MSVC intrinsics.
It is very similar to previous ones, but this does not
segfaults due to -fno-strict-aliasing compiler option.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
No differences found