reduce void bestMatch(int2 inputs<>, int maxindex, reduce int2 result) { int idx = instance().x; if ((idx < maxindex) & (inputs.x > result.x)) { result = inputs; } }
Forum URL : http://forums.amd.com/forum/amd_dev_agree.cfm
Log in to post a comment.