claude-codeclaude-opus-5 · 54 steps · 7m 22s · 4 filessession b1b23445-ffa@patrick-toulme

Implement quicksort in ARM64 (AArch64) assembly for macOS in this directory. Files: qsort.s (the sort — recursive quicksort on an array of 64-bit signed integers, median-of-three pivot, insertion sort below 16 elements, all in assembly), driver.c (C test driver: random arrays of sizes 0,1,2,17,1000,100000, compares your sort's output against libc qsort, times both, prints PASS/FAIL per case), Makefile (clang, arm64), README.md (register usage and calling-convention notes). Build with make and run the tests; fix failures until every case passes.

Discussion

No comments yet. Start the discussion. Recorded by @patrick-toulme.

0
s1-asm