summaryrefslogtreecommitdiff
path: root/AK/StdLibExtras.cpp
AgeCommit message (Expand)Author
2019-05-28Add clang-format fileRobin Burchell
2019-04-22Kernel: Don't use MMX memcpy() in the kernel.Andreas Kling
2019-03-27LibC: Run constructors on process startup.Andreas Kling
2019-03-24AK: Uh, okay, it seems like we need those 64-bit division helpers after all.Andreas Kling
2019-03-24AK: Don't compile the 64-bit division helpers in userland builds.Andreas Kling
2019-03-21AK: Fix busted __udivmoddi4() implementation.Andreas Kling
2019-03-21Use 64-bit integers inside Stopwatch to enable longer timings.Andreas Kling
2019-02-12AK: Fix bug in MMX memcpy() unaligned prologue handling.Andreas Kling
2019-02-07Add a fast memcpy() using MMX when we're moving >= 1KB.Andreas Kling