blob: 52ef9c4593109c2547ff5f0d86379b04b2f4cd40 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-march=armv8-a+ls64 -O2" } */
#ifndef __ARM_FEATURE_LS64
#error "__ARM_FEATURE_LS64 is not defined but should be!"
#endif
#include <arm_acle.h>
uint64_t
func(void *addr, data512_t value) {
return __arm_st64bv (addr, value);
}
/* { dg-final { scan-assembler-times {st64bv\t} 1 } } */