Mercurial > hg > Game > Cerium
comparison example/multiply/ppe/task_init.cc @ 1728:0ae49bff30e9 draft
fix makefile
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 30 Oct 2013 19:10:49 +0900 |
parents | 9e4d2827d804 |
children |
comparison
equal
deleted
inserted
replaced
1727:e99dc86d39e2 | 1728:0ae49bff30e9 |
---|---|
12 void | 12 void |
13 task_init(void) | 13 task_init(void) |
14 { | 14 { |
15 SchedRegisterTask(MULTIPLY_TASK, Multiply); | 15 SchedRegisterTask(MULTIPLY_TASK, Multiply); |
16 } | 16 } |
17 | 17 #ifndef __CERIUM_GPU__ |
18 void | 18 void |
19 gpu_task_init(void) | 19 gpu_task_init(void) |
20 { | 20 { |
21 // nop | 21 // nop |
22 } | 22 } |
23 #endif |