Mercurial > hg > Game > Cerium
annotate example/Bulk/spe/spe-main.cc @ 706:b2b4a1243961 draft simple-task-regression
no compile error on Cell. Regression Test.
Cell failed some how.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 14 Dec 2009 20:21:59 +0900 |
parents | c7199f162b64 |
children |
rev | line source |
---|---|
659 | 1 #include "Func.h" |
2 #include "SchedTask.h" | |
3 | |
4 SchedExternTask(Twice); | |
5 | |
6 /** | |
7 * この関数は SpeScheduler から呼ばれるので | |
8 * 必ずこの関数名でお願いします。 | |
9 */ | |
10 void | |
11 task_init(Scheduler *s) | |
12 { | |
706
b2b4a1243961
no compile error on Cell. Regression Test.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
659
diff
changeset
|
13 SchedRegister(Twice); |
659 | 14 } |