blob: 8717a3f4571e954717bf04e76b9a3989b8133d71 (
plain)
1
2
3
4
5
6
7
8
9
|
/* Test _Float32 complex arithmetic. */
/* { dg-do run } */
/* { dg-options "" } */
/* { dg-add-options float32 } */
/* { dg-require-effective-target float32_runtime } */
#define WIDTH 32
#define EXT 0
#include "floatn-complex.h"
|