diff TaskManager/Test/simple_render/spe/CreatePolygonPack.cpp @ 321:f22280772f20 draft

merge 317
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 10 Jun 2009 15:23:25 +0900
parents a5ae1fbbafd6
children
line wrap: on
line diff
--- a/TaskManager/Test/simple_render/spe/CreatePolygonPack.cpp	Wed Jun 10 15:12:39 2009 +0900
+++ b/TaskManager/Test/simple_render/spe/CreatePolygonPack.cpp	Wed Jun 10 15:23:25 2009 +0900
@@ -89,7 +89,7 @@
      abc[2] = xyz[2];
      abc[3] = xyz[3];
     
-     // SIMD 使えるよね
+     // SIMD 篏帥
      for (int i=0; i<4; i++)
      {
 	  xyz[i] = abc[0]*matrix[i] + abc[1]*matrix[i+4]