]> granicus.if.org Git - libjpeg-turbo/commit
Use macros to allocate constants statically, rather than reading them from a table...
authorDRC <dcommander@users.sourceforge.net>
Sat, 20 Dec 2014 01:16:26 +0000 (01:16 +0000)
committerDRC <dcommander@users.sourceforge.net>
Sat, 20 Dec 2014 01:16:26 +0000 (01:16 +0000)
commit9cb418d221235bba655689e5605f6cde42a9ddcc
tree6d6983cf3a93a60167c3ab7bcd9e5c01fa34b332
parent935d1d63982a728ebb4e678c906fec269effcac3
Use macros to allocate constants statically, rather than reading them from a table using vec_splat*().  This improves code readability and probably improves performance a bit as well.

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1460 632fc199-4ca6-4c93-a231-07263d6284db
simd/jsimd_powerpc_altivec.c