commit | 12398d81f32e5e0479d02b8608a83c75cd991bb3 | [log] [tgz] |
---|---|---|
author | Yang Ni <yangni@google.com> | Fri Sep 18 14:57:07 2015 -0700 |
committer | Yang Ni <yangni@google.com> | Fri Oct 23 08:59:52 2015 -0700 |
tree | bb722c41615b53e21ac5c811fe02819821cde97c | |
parent | 75e9f10b5d26a2feb03dc7bb4ad39514ec3e8660 [diff] |
Add rsForEachInternal Bug: 23535985 Added a compiler intrinsic rsParallelFor to the runtime API, which is translated into an internal API (rsForEachInternal) by slang. Added a test to RsTest (for native) and RSTest_CompatLib (for support). Enhanced the auto api generator to handle ellipsis argument, intrinsics, internal-only APIs, and special level for API under development. Change-Id: I6e2cf3db868f426aa8e0b9a77732b66c1e6b9f03