summaryrefslogtreecommitdiff
path: root/utests/compiler_mul24.cpp
Commit message (Collapse)AuthorAgeFilesLines
* change behavior of mul24/mad24 when out of rangeGuo Yejun2016-03-171-1/+1
| | | | | | | | | | | | mul24 and mad24 are supposed to be fast integer functions, but the current implementation is slower. At least we should provide same performance if not faster, so change the behavior when the parameters are out of range since it is implementation-defined. passed test: integer_ops of conformance test Signed-off-by: Guo Yejun <yejun.guo@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* test cases for "mul24", "mad24"Homer Hsing2013-07-081-0/+36
Signed-off-by: Homer Hsing <homer.xing@intel.com> Reviewed-by: He Junyan <junyan.he@inbox.com>