Mercurial > hg > pa-neon
comparison compile.sh @ 4:1f6289166006
complete
author | Peter Meerwald <p.meerwald@bct-electronic.com> |
---|---|
date | Sun, 08 Jul 2012 21:03:41 +0200 |
parents | e889fd0e7769 |
children |
comparison
equal
deleted
inserted
replaced
3:e889fd0e7769 | 4:1f6289166006 |
---|---|
12 $CC \ | 12 $CC \ |
13 -o remap_neon remap_neon.c xxx.S -lm | 13 -o remap_neon remap_neon.c xxx.S -lm |
14 | 14 |
15 $CC \ | 15 $CC \ |
16 -o svolume_neon svolume_neon.c -lm | 16 -o svolume_neon svolume_neon.c -lm |
17 $CC \ | |
18 -S -o uuu.s svolume_neon.c -lm | |
17 | 19 |
18 $CC \ | 20 $CC \ |
19 -S -o asdf.s remap_neon.c -lm | 21 -S -o asdf.s remap_neon.c -lm |