summaryrefslogtreecommitdiff
path: root/src/inc/bitposition.h
AgeCommit message (Collapse)AuthorFilesLines
2016-12-28Fix Bitposition funtion (#8739)Hyeongseok Oh1-2/+2
Fix Bitposition(value) function implementation to check platform, not target. - cross-architecture component build error for ARM32/linux
2016-11-02[ARM] Implement BitPosition with arm intrinsics (#7819)Hanjoung Lee1-1/+5
2016-04-14Move `BitPosition` into its own file.Pat Gavlin1-0/+55
This will allow the GC info encoder and the JIT to use this function without pulling in the entire utilcode header.