blob: fe93fe69a57d8c6524fbe3619c3a8b294639c2e8 (
plain)
1
2
3
4
5
6
7
8
9
|
/* Test _Float128 complex arithmetic. */
/* { dg-do run } */
/* { dg-options "" } */
/* { dg-add-options float128 } */
/* { dg-require-effective-target float128_runtime } */
#define WIDTH 128
#define EXT 0
#include "floatn-complex.h"
|