你好:
我想问下关于CCS编译器自带的函数__fmax(x,y)的使用方法,我是否可以这样使用a=__fmax(b,c),a等于b和c之间的最大的一个的值,还有就是使用__fmax(b,c)时,是否会改变b,c的值。
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.
你好:
我想问下关于CCS编译器自带的函数__fmax(x,y)的使用方法,我是否可以这样使用a=__fmax(b,c),a等于b和c之间的最大的一个的值,还有就是使用__fmax(b,c)时,是否会改变b,c的值。