summaryrefslogtreecommitdiff
path: root/utests/compiler_long.cpp
Commit message (Collapse)AuthorAgeFilesLines
* GBE: fix a 64bit scalar register issue.Ruiling Song2013-11-071-0/+2
| | | | | | | | | | | For scalar register, should use stride 0. also change the unit test to hit the point. v2: fix h2() Signed-off-by: Ruiling Song <ruiling.song@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com> Reviewed-by: "Yang, Rong R" <rong.r.yang@intel.com>
* fix left shift warningLu Guanqun2013-08-191-2/+2
| | | | | | | | | /home/q/beignet.git/utests/compiler_long.cpp: In function ‘void compiler_long()’: /home/q/beignet.git/utests/compiler_long.cpp:33:32: warning: left shift count >= width of type [enabled by default] /home/q/beignet.git/utests/compiler_long.cpp:34:32: warning: left shift count >= width of type [enabled by default] Signed-off-by: Lu Guanqun <guanqun.lu@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
* support 64bit-integer addition, subtractionHomer Hsing2013-08-061-0/+58
also enable GPU command "subb" (subtract with borrow) also add test cases v2: renamed GEN_TYPE_UQ/GEN_TYPE_Q to GEN_TYPE_UL/GEN_TYPE_L Signed-off-by: Homer Hsing <homer.xing@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>