am 8fc7690f: Merge "Hook up tgammaf properly for RS." into honeycomb

* commit '8fc7690f2b42c27f9f609647b96c17234aa9d78e':
  Hook up tgammaf properly for RS.
This commit is contained in:
Stephen Hines
2011-01-26 14:10:58 -08:00
committed by Android Git Automerger

View File

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