Andreas Kling
|
32ff660aa5
|
LibC: Oopsie, add the missing semicolons to __bswap32() and __bswap64()
Well that was a lot of flailing around.
|
2019-11-17 15:37:46 +01:00 |
|
Andreas Kling
|
31447d58fb
|
LibC: Add back __bswap{16,32,64}() to endian.h
|
2019-11-17 14:34:40 +01:00 |
|
Andreas Kling
|
5f459ee929
|
LibC: Unbreak endian.h
There were some missing semicolons so this file didn't compile.
Also add some macro paranoia parentheses while we're here.
|
2019-11-17 12:53:50 +01:00 |
|
Ørjan Malde
|
84bedd5528
|
LibC: use GCC __builtin_bswap{16,32,64} to provide __bswap functions
|
2019-11-16 17:17:26 +01:00 |
|
Ørjan Malde
|
faff1361c3
|
LibC: properly populate endian.h
|
2019-11-16 16:27:48 +01:00 |
|
Andreas Kling
|
04b9dc2d30
|
Libraries: Create top level directory for libraries.
Things were getting a little crowded in the project root, so this patch
moves the Lib*/ directories into Libraries/.
|
2019-07-04 16:16:50 +02:00 |
|