add fnv32_1 implementation

This commit is contained in:
orange 2013-06-16 19:00:09 +02:00
parent 697f7dfd27
commit 896478de2d
3 changed files with 48 additions and 1 deletions

View file

@ -1,7 +1,7 @@
CFLAGS=-std=c99 -Wall -g -O2
INDENTOPTS=-kr --no-tabs --braces-on-func-def-line --indent-level2
TARGETS=approximate-pi linked-list mandelbrot threads circular-buffer structs ncurses-pong bit-fuckery bit-fuckery2 checkcheck multibrot
TARGETS=approximate-pi linked-list mandelbrot threads circular-buffer structs ncurses-pong bit-fuckery bit-fuckery2 checkcheck multibrot bloom
EXTRAS=mandelbrot.bmp multibrot.png
.PHONY: all