Distinguishing SSE datatypes under visual studio

后端 未结 0 995
轮回少年
轮回少年 2020-12-16 01:44

Under gcc I would write:

typedef __v16qi       vUInt8;

or even:

typedef unsigned char vUInt8 __attribute__ ((__vector_size__ (         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题