Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add word-sized ctz function to atomic.h | Rich Felker | 2011-04-27 | 1 | -2/+8 |
| | | | | | | strictly speaking this and a few other ops should be factored into asm.h or the file should just be renamed to asm.h, but whatever. clean it up someday. | ||||
* | optimize contended normal mutex case; add int compare-and-swap atomic | Rich Felker | 2011-03-17 | 1 | -0/+7 |
| | |||||
* | Optimize x86_64 atomics to take advantage of 64-bitness. | Nicholas J. Kain | 2011-02-15 | 1 | -9/+8 |
| | |||||
* | Port musl to x86-64. One giant commit! | Nicholas J. Kain | 2011-02-15 | 1 | -0/+110 |