vector instruction的意思|示意
向量指令
vector instruction相关短语
1、 vector instruction set 向量指令集,翻译
2、 sparse vector instruction 稀疏向量指令
3、 vector instruction processor 向量指令处理机
4、 recursive vector instruction 递归向量指令
5、 recurrence vector instruction 递归向量指令
6、 vector instruction controller 向量指令控制器
7、 vector instruction description 向量指令描述
8、 conditional jump vector instruction 条件转移向量指令
9、 vector instruction set architecture 向量指令系统
vector instruction相关例句
For instance, spu_add (myvec, 2) generates an ai (add immediate) instruction, while spu_add (myvec, 2000) first loads the 2000 into its own vector using il and then performs the a (add) instruction.
举例来说,spu_add (myvec, 2)就会生成一条ai(立即加法)指令,而spu_add (myvec, 2000)则首先会使用il将2000加载到自己的向量中,然后执行a(加法)指令。
However, if given two vector floats as parameters, it will generate the fa (float add) instruction.
然而,如果传递两个vector float作为参数,就会生成fa(浮点加法)指令。
However, the problem is that vector processing assumes that each and every instruction will be applied to all elements of the vector.
然而,问题是向量处理会假设每条指令都可以适用于向量的所有元素。