Mercurial > hg > Game > Cerium
annotate example/Bulk/spe/spe-main.cc @ 1095:652791a4a324 draft
remove spe function
author | yutaka@localhost.localdomain |
---|---|
date | Sat, 25 Dec 2010 18:30:17 +0900 |
parents | b2b4a1243961 |
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 } |