Skip to content

saintdev/genetic_asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Assembly programming by genetic evolution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published