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:
parent
0114c61cf1
commit
9dfcd95cd7
5 changed files with 155 additions and 25 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue