# genetic_asm **Repository Path**: ifquant/genetic_asm ## Basic Information - **Project Name**: genetic_asm - **Description**: Assembly programming by genetic evolution - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-31 - **Last Updated**: 2021-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Assembly programming by genetic evolution. This is an attempt to evolve a SIMD assembly program for the h.264 zig-zag by genetic evolution. To compile: gcc -Wall -std=c99 -g3 -ggdb -O0 -o genetic_asm genetic_asm.c -lm I'll get around to making a Makefile someday.