util/disk_cache: add fallback for disk_cache_get_function_identifier
[mesa.git] / src / util / bitscan.h
2019-09-02 Erik Faye-Lundutil: only allow _BitScanReverse64 on 64-bit cpus
2019-08-21 Kevin Strasserutil: move bitcount to bitscan.h
2018-05-29 Pierre Moreauutil/u_math: Implement a logbase2 function for unsigned...
2018-03-29 Ian Romanickutil: Optimize util_is_power_of_two_nonzero
2018-03-29 Ian Romanickutil: Add and use util_is_power_of_two_nonzero
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2017-07-10 Marek Olšákgallium: use "ull" number suffix to keep the QtCreator...
2017-03-13 Emil Velikovutil/bitscan: use correct signature for ffs/ffsll
2017-01-16 Marek Olšákradeonsi: make fix_fetch 64-bit
2016-10-20 Vinson Leeutil: Include string.h in bitscan.h.
2016-08-10 Mathias Fröhlichutil: Use win32 intrinsics for util_last_bit if present.
2016-08-09 Mathias Fröhlichutil: Move _mesa_fsl/util_last_bit into util/bitscan.h
2016-06-14 Mathias Fröhlichmesa/gallium: Move u_bit_scan{,64} from gallium to...