blob: b26595da4e9afe4a837c5aba0de5bffc15302b50 [file] [log] [blame] [edit]
typedef unsigned long ulong;
__attribute__((target("gfx11-insts")))
ulong do_intrin_stuff(void)
{
return __builtin_amdgcn_s_sendmsg_rtnl(0x0);
}