Skip to content

Instantly share code, notes, and snippets.

View lowlevel01's full-sized avatar

Zakariaa lowlevel01

View GitHub Profile
@rdebath
rdebath / README
Last active August 9, 2025 01:20
Original brainfuck distribution by Urban Müller
This archive contains the following programs:
bfc The compiler for the 'brainfuck' language (240 bytes!)
bfc.asm Source for the compiler
bfi The interpreter for the 'brainfuck' language
bfi.c Source for the interpreter (portable)
src/ Some example programs in 'brainfuck'
src/atoi.b Reads a number from stdin
src/div10.b Divides the number under the pointer by 10
src/hello.b The ubiquitous "Hello World!"
@detomon
detomon / intrinsic.md
Last active May 31, 2025 18:38
SSE Intrinsic Cheat Sheet (SSE3)

SSE Intrinsic Cheat Sheet (SSE3)

Load and Store

__m128 _mm_load_ps (float * a)
{