Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 203107d4 authored by Stephen Hines's avatar Stephen Hines Committed by Android Git Automerger
Browse files

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

* commit '8fc7690f':
  Hook up tgammaf properly for RS.
parents 08cdf6fd 8fc7690f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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