+added approx rcp/rsqrt/rtz with ftz=true

This commit is contained in:
Evghenii
2013-11-14 22:17:57 +01:00
parent 2c8afde6d9
commit f12826bac5
3 changed files with 9 additions and 6 deletions

View File

@@ -191,7 +191,7 @@ CUmodule loadModule(const char * module)
optionVals[5] = (void*) 1;
// Max # of registers/pthread
options[6] = CU_JIT_MAX_REGISTERS;
int jitRegCount = 48;
int jitRegCount = 64;
optionVals[6] = (void *)(size_t)jitRegCount;
// Create a pending linker invocation