summaryrefslogtreecommitdiff
path: root/cpp/RenderScript.cpp
diff options
context:
space:
mode:
authorJean-Luc Brouillet <jeanluc@google.com>2015-08-20 17:30:41 -0700
committerJean-Luc Brouillet <jeanluc@google.com>2015-08-21 01:42:37 +0000
commit7cf263d593c057af8da8d57025e7315c4ed21ea2 (patch)
tree71964477dd5f1cfb442d490ff600d43843f86251 /cpp/RenderScript.cpp
parentb995629a3fdd6c8dd8e99aa8ffabc08a2d106272 (diff)
Restore missing min and max API.
min(float2/3/4, float) and max(float2/3/4, float) were defined in our headers in K. In L, they were removed by mistake. This continued to work however because a float would be auto converted by the compiler to a float4. In M, we started validating for unexpected external references, which _Z3minDv4_ff is. This can prevent programs compiled with K from running on M. This CL restores the declarations. Corresponding CLs will fix the whitelist and add CTS tests. Bug:23389429 Change-Id: I3f91830a14b7e01cf1b6ea954fa6dd2fc9d71286
Diffstat (limited to 'cpp/RenderScript.cpp')
0 files changed, 0 insertions, 0 deletions