Skip to content

Instantly share code, notes, and snippets.

View QuantumApprentice's full-sized avatar

QuantumApprentice QuantumApprentice

View GitHub Profile
# OS generated files
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
#/[Bb]in
/[Oo]bj
@saidwho12
saidwho12 / utf_decoder_test.c
Created July 19, 2021 02:20
UTF-8 SIMD tests
#include <stdio.h>
#include <stdlib.h>
#include <memory.h>
#include <inttypes.h>
#include <time.h>
#include <x86intrin.h>
#ifdef WIN32
#include <windows.h>