VEC-C 進階 指令解析及尋址模式

1,邏輯移位與算術移位:logicshift不考慮符號,空位用0補,arithmaticshift要保證符號不變。 2,vec-c中數據類型轉換隻能是顯式的: char16 c; short16 s = c; //not allowed short16 s = (short16)c; //allowed ushort16 u; uchar16 c = vcast(satu,u); 3,要把vec-
相關文章
相關標籤/搜索