ZHCADC3B February 2019 – October 2023
支持 C99 标准中定义的 _Complex 类型。内部表示法如下所示:
struct _Complex { float_type real; float_type imag; };