brintos

brintos / llvm-project-archived public Read only

0
0
Text · 148 B · b26595d Raw
8 lines · plain
1typedef unsigned long ulong;2 3__attribute__((target("gfx11-insts")))4ulong do_intrin_stuff(void)5{6  return __builtin_amdgcn_s_sendmsg_rtnl(0x0);7}8