aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVerena Beckham <verena@codeplay.com>2015-12-18 17:47:05 +0000
committerVerena Beckham <verena@codeplay.com>2015-12-18 17:47:05 +0000
commit80711a41336ada9628e09224a640dad08acc90b3 (patch)
treecef1899ecc7aadbb9a3a2c73697e944e1e571a92
parente7e2dbafef023e94e62401c133e72b156c6d3d4e (diff)
downloadlibbcc-80711a41336ada9628e09224a640dad08acc90b3.tar.gz
Add fract(float) functions to the stubs white list.
Update the stubs white list, which is generated by frameworks/rs/api/generate.sh, after changes in the rs_math.spec file in https://android-review.googlesource.com/188740/. Change-Id: Ib87b98f0c5d4b76c07d87f785a1dbb797c60bd30 Signed-off-by: Verena Beckham <verena@codeplay.com>
-rw-r--r--lib/Renderscript/RSStubsWhiteList.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Renderscript/RSStubsWhiteList.cpp b/lib/Renderscript/RSStubsWhiteList.cpp
index 71ec96f..6db066c 100644
--- a/lib/Renderscript/RSStubsWhiteList.cpp
+++ b/lib/Renderscript/RSStubsWhiteList.cpp
@@ -1969,9 +1969,13 @@ std::vector<std::string> stubList = {
"_Z5floorDv4_Dh",
"_Z5floorDv4_f",
"_Z5floorf",
+"_Z5fractDv2_f",
"_Z5fractDv2_fPS_",
+"_Z5fractDv3_f",
"_Z5fractDv3_fPS_",
+"_Z5fractDv4_f",
"_Z5fractDv4_fPS_",
+"_Z5fractf",
"_Z5fractfPf",
"_Z5frexpDv2_fPDv2_i",
"_Z5frexpDv3_fPDv3_i",