commit | 6abc4803872bfc5fbe7a14b9e7e914cdf0fea560 | [log] [tgz] |
---|---|---|
author | Erik de Castro Lopo <erikd@mega-nerd.com> | Sun Sep 21 08:48:17 2014 +1000 |
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | Sun Sep 21 08:48:20 2014 +1000 |
tree | bc487b20fdf1a8c4fab1e75a511fcbfc613822b7 | |
parent | 97bcc6f51a4c9c330627b013e07a2153e1755f35 [diff] |
stream_encoder_intrin_sse[23].c : Optimize of int32 -> uint64 conversion. Optimizes int32 -> uint64 conversion by doing zero extension (int32 -> uint32 -> uint64) instead of sign extension (int32 -> int64 -> uint64). Patch-from: lvqcl <lvqcl.mail@gmail.com>