Merge "Hook up tgammaf properly for RS." into honeycomb

This commit is contained in:
Stephen Hines
2011-01-26 14:08:49 -08:00
committed by Android (Google) Code Review

View File

@@ -195,7 +195,7 @@ static ScriptCState::SymbolTable_t gSyms[] = {
{ "_Z4logbf", (void *)&logbf, true }, { "_Z4logbf", (void *)&logbf, true },
{ "_Z3madfff", (void *)&SC_mad, true }, { "_Z3madfff", (void *)&SC_mad, true },
{ "_Z4modffPf", (void *)&modff, true }, { "_Z4modffPf", (void *)&modff, true },
//{ "nan", (void *)&, true }, //{ "_Z3nanj", (void *)&SC_nan, true },
{ "_Z9nextafterff", (void *)&nextafterf, true }, { "_Z9nextafterff", (void *)&nextafterf, true },
{ "_Z3powff", (void *)&powf, true }, { "_Z3powff", (void *)&powf, true },
{ "_Z9remainderff", (void *)&remainderf, true }, { "_Z9remainderff", (void *)&remainderf, true },
@@ -210,7 +210,7 @@ static ScriptCState::SymbolTable_t gSyms[] = {
{ "_Z4sqrtf", (void *)&sqrtf, true }, { "_Z4sqrtf", (void *)&sqrtf, true },
{ "_Z3tanf", (void *)&tanf, true }, { "_Z3tanf", (void *)&tanf, true },
{ "_Z4tanhf", (void *)&tanhf, true }, { "_Z4tanhf", (void *)&tanhf, true },
{ "_Z6tgammaf", (void *)&lgammaf, true }, // FIXME!!! NEEDS TO USE tgammaf { "_Z6tgammaf", (void *)&tgammaf, true },
{ "_Z5truncf", (void *)&truncf, true }, { "_Z5truncf", (void *)&truncf, true },
// OpenCL Int // OpenCL Int