summaryrefslogtreecommitdiff
path: root/src/util/bitscan.h
AgeCommit message (Expand)AuthorFilesLines
2022-06-02util: remove needless c99_compat.h includesErik Faye-Lund1-2/+0
2021-12-03util: Add util_widen_mask function.Timur Kristóf1-0/+19
2021-11-03util: add a util_bitcount variant that selects POPCNT through C++ template argMarek Olšák1-1/+23
2021-10-01util: add util_popcnt_inline_asmMarek Olšák1-0/+20
2021-02-24util/bitscan: add u_foreach_bit macrosMike Blumenkrantz1-0/+10
2019-09-02util: only allow _BitScanReverse64 on 64-bit cpusErik Faye-Lund1-2/+2
2019-08-21util: move bitcount to bitscan.hKevin Strasser1-0/+32
2018-05-29util/u_math: Implement a logbase2 function for unsigned longPierre Moreau1-0/+11
2018-03-29util: Optimize util_is_power_of_two_nonzeroIan Romanick1-0/+17
2018-03-29util: Add and use util_is_power_of_two_nonzeroIan Romanick1-0/+11
2018-03-29util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick1-0/+12
2017-07-10gallium: use "ull" number suffix to keep the QtCreator parser happyMarek Olšák1-1/+1
2017-03-13util/bitscan: use correct signature for ffs/ffsllEmil Velikov1-4/+4
2017-01-16radeonsi: make fix_fetch 64-bitMarek Olšák1-0/+9
2016-10-20util: Include string.h in bitscan.h.Vinson Lee1-0/+1
2016-08-10util: Use win32 intrinsics for util_last_bit if present.Mathias Fröhlich1-0/+12
2016-08-09util: Move _mesa_fsl/util_last_bit into util/bitscan.hMathias Fröhlich1-0/+68
2016-06-14mesa/gallium: Move u_bit_scan{,64} from gallium to util.Mathias Fröhlich1-0/+153