Skip to content

Commit

Permalink
fix build break
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jul 23, 2014
1 parent 5c9d805 commit bf6f9fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/e2ir.c
Expand Up @@ -606,9 +606,11 @@ elem *setArray(elem *eptr, elem *edim, Type *tb, elem *evalue)
goto Ldefault;
}

#if DMDV2
case Tvector:
r = RTLSYM_MEMSETSIMD;
break;
#endif

default:
Ldefault:
Expand Down

0 comments on commit bf6f9fa

Please sign in to comment.