genxml: Use llroundf() and store to appropriate type.
authorMatt Turner <mattst88@gmail.com>
Fri, 13 May 2016 20:25:41 +0000 (13:25 -0700)
committerMatt Turner <mattst88@gmail.com>
Mon, 16 May 2016 18:06:15 +0000 (11:06 -0700)
commit1385018a72ece9f431fba565508ada400b469201
tree731488c6f7d0f906c81dbd27528b4ddd8e880f1a
parent41915512624b26f10ebc2e7c41e9b982fb9208bb
genxml: Use llroundf() and store to appropriate type.

Both functions return uint64_t, so I expect the masking/shifting should
be done on 64-bit types.

Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
src/intel/genxml/gen_pack_header.py