serenity/Userland
Gunnar Beutner 5f3773b715 LibC: Increase minimum alignment for malloc() to 16 bytes
This is required to make SSE instructions work when building with
Clang. Apparently Clang uses SSE instructions where GCC didn't so
we didn't previously run into this problem.
2021-07-13 17:31:22 +02:00
..
Applets
Applications FileManager: Convert properties window UI to GML (#8705) 2021-07-13 12:57:10 +02:00
Demos
DevTools
DynamicLoader
Games
Libraries LibC: Increase minimum alignment for malloc() to 16 bytes 2021-07-13 17:31:22 +02:00
Services
Shell Shell: Add unalias builtin 2021-07-13 11:57:11 +04:30
Utilities du: Don't fail immediately when directory can't be read (#8719) 2021-07-13 17:30:38 +02:00
CMakeLists.txt