Generate all supported as_* functions
authorSimon Richter <Simon.Richter@hogyros.de>
Thu, 13 Jun 2013 11:15:50 +0000 (13:15 +0200)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Fri, 21 Jun 2013 06:46:56 +0000 (14:46 +0800)
commit18c114efa1e1c008289bfba17dbe8422737ac35f
tree8df5801e48349d31d76248fbacab354a7e052d53
parent5624129604ed70b3d79ed650c2fa8baec2cc9792
Generate all supported as_* functions

This adds support for all reinterpreting type conversions currently
possible.

The conversion functions can be updated by invoking the
update_as.sh script.

Signed-off-by: Simon Richter <Simon.Richter@hogyros.de>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Tested-by: He Junyan <junyan.he@linux.intel.com>
backend/src/gen_as.sh [new file with mode: 0755]
backend/src/genconfig.sh [new file with mode: 0644]
backend/src/ocl_stdlib.h
backend/src/update.sh [new file with mode: 0755]
backend/src/update_as.sh [new file with mode: 0755]