mirror of git://gcc.gnu.org/git/gcc.git
17 lines
494 B
C
17 lines
494 B
C
/* { dg-do run { target { rv64 } } } */
|
|
/* { dg-additional-options "-std=c99" } */
|
|
|
|
#include "sat_arith.h"
|
|
#include "sat_arith_data.h"
|
|
|
|
#define NT uint8_t
|
|
#define WT uint128_t
|
|
#define NAME usmul
|
|
#define DATA TEST_BINARY_DATA_WRAP(NT, NAME)
|
|
#define T TEST_BINARY_STRUCT_DECL_WRAP(NT, NAME)
|
|
#define RUN_BINARY(x, y) RUN_SAT_U_MUL_FMT_6_WRAP(NT, WT, x, y)
|
|
|
|
DEF_SAT_U_MUL_FMT_6_WRAP(NT, WT)
|
|
|
|
#include "scalar_sat_binary_run_xxx.h"
|