Mercurial > hg > Members > kono > Cerium
view example/post_function/spe/Hello.cc @ 325:f79cacba09b1
add inner_product is minus case.
author | e065725@yutaka.st.ie.u-ryukyu.ac.jp |
---|---|
date | Thu, 11 Jun 2009 16:55:10 +0900 |
parents | 58fd16298954 |
children | 44c0bce54dcf |
line wrap: on
line source
#include <stdio.h> #include "SchedTask.h" #include "Hello.h" #include "Func.h" /* これは必須 */ SchedDefineTask(Hello); int Hello::run(void *rbuf, void *wbuf) { int id = get_param(0); printf("Hello, World!! post_func output %d\n", id); return 0; }