]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-support.c
float128: Add test-{float128,ifloat128,float128-finite}
[thirdparty/glibc.git] / math / libm-test-support.c
index 07b8f25ee984395d386cd08c9b64659f89528f2c..7612d394d629cf67819121c5fa9fb41796518462 100644 (file)
@@ -732,8 +732,8 @@ check_float (const char *test_name, FLOAT computed, FLOAT expected,
 
 
 void
-check_complex (const char *test_name, __complex__ FLOAT computed,
-              __complex__ FLOAT expected,
+check_complex (const char *test_name, CFLOAT computed,
+              CFLOAT expected,
               int exception)
 {
   FLOAT part_comp, part_exp;