Change triangle full block to use vectored load and store

This commit is contained in:
Magnus Norddahl 2016-11-20 01:29:19 +01:00
commit 845bf93c95
5 changed files with 152 additions and 104 deletions

View file

@ -127,7 +127,7 @@ LLVMDrawers *LLVMDrawers::Instance()
LLVMDrawersImpl::LLVMDrawersImpl()
{
int version = 1; // Increment this number if the drawer codegen is modified (forces recreation of the module).
int version = 2; // Increment this number if the drawer codegen is modified (forces recreation of the module).
std::string targetCPU = mProgram.GetTargetCPU();
bool loaded = mProgram.LoadCachedModule(version, targetCPU);
if (!loaded)