blob: 45b3e5b265fcedff8c0836a7ec8ad165159331c0 (
plain)
1
2
3
4
5
6
7
8
9
|
/* Test _Float128 alignment. */
/* { dg-do compile } */
/* { dg-options "" } */
/* { dg-add-options float128x } */
/* { dg-require-effective-target float128x } */
#define WIDTH 128
#define EXT 1
#include "floatn-align.h"
|