blob: 155ea401f23870e023866e3a92f75da66f4fa9fc [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>
void
func(const void * addr, data512_t *data) {
*data = __arm_ld64b (addr);
}
/* { dg-final { scan-assembler-times {ld64b\t} 1 } } */