commit | cf0e42ae6e8074655c7955cbff139fac1b203a23 | [log] [tgz] |
---|---|---|
author | Erik de Castro Lopo <erikd@mega-nerd.com> | Mon Feb 24 21:45:32 2014 +1100 |
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | Mon Feb 24 21:46:05 2014 +1100 |
tree | 045de38454fe0c772ca803b8634168ee8426a337 | |
parent | 4be8ed8efe51844388f5e90042db4bafc4de82a3 [diff] |
Don't use intrinsics when they are slower. More thorough en-/decoding tests show that sometimes the functions that use intrinsics are slower (or not really faster) than old plain C functions. After this patch the encoder doesn't use these new functions when their usefulness is questionable. Patch-from: lvqcl <lvqcl.mail@gmail.com>