Mercurial > hg > Members > kono > Cerium
diff example/word_count/spe/Exec.cc @ 663:8a807e2f64f8
incremental task creation on word count_test
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 02 Dec 2009 22:20:32 +0900 |
parents | 6929d888fd69 |
children | 4615489c5faa |
line wrap: on
line diff
--- a/example/word_count/spe/Exec.cc Wed Dec 02 20:44:01 2009 +0900 +++ b/example/word_count/spe/Exec.cc Wed Dec 02 22:20:32 2009 +0900 @@ -6,8 +6,8 @@ /* これは必須 */ SchedDefineTask(Exec); -typedef char *cvector __attribute__ ((vector_size (16))); -// typedef char *cvector; +// typedef char *cvector __attribute__ ((vector_size (16))); +typedef char *cvector; static int run(SchedTask *s, void *rbuf, void *wbuf)