This patch changes the handling of complex number intrinsics that
have C libm equivalents to call into those instead of calling the
external pgmath library.
Currently complex numbers to integer powers are excluded as libm
has no powi equivalent function.
This is a no-op change, since IntrinsicLibrary::genAbs() lowers abs for complex into a call to libm's hypot.