Skip to content

Instantly share code, notes, and snippets.

View jcourson8's full-sized avatar

James Courson jcourson8

View GitHub Profile
@jcourson8
jcourson8 / HVML.c
Last active November 7, 2024 16:37 — forked from VictorTaelin/HVML.c
$10k bounty - make HVML.c 50% faster on Apple M3
// Post: https://x.com/VictorTaelin/status/1854326873590792276
// Note: The atomics must be kept.
// Note: This will segfault on non-Apple devices due to upfront mallocs.
#include <stdint.h>
#include <stdatomic.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <sys/time.h>