1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:27:35 +00:00

Use 64-bit integers inside Stopwatch to enable longer timings.

This commit is contained in:
Andreas Kling 2019-03-21 13:36:40 +01:00
parent 0114c61cf1
commit 9dfcd95cd7
5 changed files with 155 additions and 25 deletions

View file

@ -9,7 +9,7 @@
#include <AK/Types.h>
void* mmx_memcpy(void* to, const void* from, size_t);
extern "C" void* mmx_memcpy(void* to, const void* from, size_t);
[[gnu::always_inline]] inline void fast_dword_copy(dword* dest, const dword* src, size_t count)
{