Rebecca Doth h
  • Hungary
  • C/Assembly idiot

  • Joined on 2023-09-16
h pushed to master at h/8086d 2024-04-16 17:51:42 +02:00
7c3411d826 rewrite
15133290e3 simplify and properly implement register-to-register mov, considering direction bit
Compare 2 commits »
h pushed to master at h/eratosthenes 2023-11-24 15:32:25 +01:00
25c01f9534 fix help message
h pushed to master at h/eratosthenes 2023-11-24 15:27:05 +01:00
3ae8ae5d42 switch to CLOCK_MONOTONIC_RAW
h pushed to master at h/eratosthenes 2023-11-24 15:11:55 +01:00
ef0c08c5c8 0-pad nanoseconds to make final readout correct
h pushed to master at h/eratosthenes 2023-11-24 15:08:32 +01:00
e1d9633aa1 fix edgecase where some numbers are not marked
h pushed to master at h/eratosthenes 2023-11-24 15:05:48 +01:00
2339d46202 fix indentation
h pushed to master at h/eratosthenes 2023-11-24 15:02:55 +01:00
68a87fcfbb convert indentation to 8-width tabs
4806b26208 switch to clock_gettime for benchmarking
Compare 2 commits »
h pushed to master at h/8086d 2023-11-12 03:15:15 +01:00
bd85ce5d64 Update README.md
h created branch master in h/8086d 2023-11-12 03:14:44 +01:00
h pushed to master at h/8086d 2023-11-12 03:14:44 +01:00
bc8f6e44f4 initial commit
h created repository h/8086d 2023-11-12 03:14:23 +01:00
h pushed to master at h/eratosthenes 2023-11-10 18:04:35 +01:00
b8756b7904 remove unused libraries
h pushed to master at h/eratosthenes 2023-11-10 17:01:55 +01:00
152462ce34 only write a 0 to primes[j] if it's not already a 0
h pushed to master at h/eratosthenes 2023-11-10 16:54:20 +01:00
dc69b8ae7f pass _Bool ptr instead of ptr to ptr
h pushed to master at h/eratosthenes 2023-11-10 16:21:17 +01:00
5c2d044c11 pass primes_max as value instead of ptr
h pushed to master at h/eratosthenes 2023-11-10 15:24:57 +01:00
13cb4983b5 use unsigned longs and reformat to 8-width indents
h pushed to master at h/eratosthenes 2023-11-06 21:50:18 +01:00
2e25c71560 typedef ull instead of macro
h pushed to master at h/eratosthenes 2023-11-06 18:38:53 +01:00
b55040de9e Merge branch 'master' of git.disroot.org:h/eratosthenes
776004c832 enable profiling on debug build and reformat makefile
Compare 2 commits »
h pushed to master at h/eratosthenes 2023-11-06 18:35:26 +01:00
356d5ad19d enable memory profiling on debug build and reformat makefile
h pushed to master at h/agraph 2023-09-16 21:19:09 +02:00
8d298d2a49 make it compile properly