Refactor zmath.c
commit8049c2040d2c38fda9a5e9a7878f440f81efaa1d
authorYuanhan Liu <yuanhan.liu@linux.intel.com>
Thu, 12 May 2011 07:15:56 +0000 (12 15:15 +0800)
committerYuanhan Liu <yuanhan.liu@linux.intel.com>
Thu, 12 May 2011 07:15:56 +0000 (12 15:15 +0800)
tree303ca4060425382f4a1c0d514fcea02b3b8e61f7
parent57da9e91f2bf0a02cbaa8380cc9ef3d576bb63dd
Refactor zmath.c

Define tgl_dot_product_4/3(yeah, I'm goint to use tgl_ prefix:)), and
use the newly defined dot production function to do matrix multiply.

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
src/zmath.c