This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

在C6678中,有没有Intrinsic指令可以实现int32到int16的带饱和的赋值?



您好:

有没有Intrinsic指令可以将一个int类型(32bit)有符号数带饱和的赋值给一个short类型(16bit)有符号数。或者有没有什么节省时间的方式可以实现这个赋值。谢谢大家。