Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fabtest: Fix compilation error about CMPLX with C99
CMPLX is introduced in C11, it may be undefined in C99. Compilation error was observed with Coverity scan. Construct the complex number directly. It also handles float complex and long double complex better. Signed-off-by: Jianxin Xiong <[email protected]>
- Loading branch information