blob: 54d2557fa2f2e2b907b2aead1f3e65bd73490062 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target powerpc_p9vector_ok } */
/* { dg-options "-mdejagnu-cpu=power9" } */
/* This test should succeed on both 32- and 64-bit configurations. */
#include <altivec.h>
int doTestBCDSignificance (_Decimal128 *p)
{
_Decimal128 source = *p;
return __builtin_dfp_dtstsfi_lt_td (5, source);
}
/* { dg-final { scan-assembler "dtstsfiq" } } */