summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_gen_asm/memcpy-unroll.cmm
blob: 95656b441037874833bd78e5095bf56f776c8cda (plain)
1
2
3
4
5
6
7
8
#include "Cmm.h"

// Small memcpies should unroll
callMemcpy (W_ dst, W_ src)
{
  prim %memcpy(dst, src, 16, 4);
  return ();
}