search for: precompute_partition_info_sum

Displaying 3 results from an estimated 3 matches for "precompute_partition_info_sum".

2014 Jul 04
0
[PATCH 1/3] removing asm version of precompute_partition_info_sums
...o knows... > > I think they should be deleted in a commit that says something like "Removing > old nasm versions of some functions". That will clearly mark that commit so > that if needed the files can be easily retrieved from the Git history. This patch removes unused FLAC__precompute_partition_info_sums_32bit_asm_ia32_(). -------------- next part -------------- A non-text attachment was scrubbed... Name: remove_stream_encoder_asm.patch Type: application/octet-stream Size: 10453 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20140704/92c103c8/attachment-0001.o...
2015 Jun 18
2
PATCH for precompute_partition_info_sums... functions
The next version of the patch <http://lists.xiph.org/pipermail/flac-dev/2015-May/005495.html> Now it changes sse2/ssse3/avx2 functions. (this patch accelerates encoding of 24-bit input) -------------- next part -------------- A non-text attachment was scrubbed... Name: precomp_partitions_ALL.patch Type: application/octet-stream Size: 20810 bytes Desc: not available Url :
2015 Jul 04
1
PATCH for precompute_partition_info_sums... functions
Erik de Castro Lopo wrote: > Just like last time ( http://lists.xiph.org/pipermail/flac-dev/2015-May/005496.html ) > I'm a little nervous about this patch. > > I'll have a look at getting gcov (coverage analysis tool) working. It would be great to test it thoroughly, yes.