Extensions:
	.64s: x86-64 assembly code
	.O1-64s: x86-64 assembly code generated with -O1 optimization

FILES

lower.c
	Lower case code example

set_row.c
set_row.64s
set_row.O1-64s
	Demonstration of code motion and strength reduction

sum_rows.c
sum_rows.64s
sum_rows.O1-64s
	Demonstration of array code

subexpr.c
subexpr.64s
subexpr.O1-64s	
	Demonstration of code motion and strength reduction

vec.h
vec.c
	Vector abstract data type
	
