search for: hmmr

Displaying 5 results from an estimated 5 matches for "hmmr".

Did you mean: hmmm
2010 Apr 27
3
[LLVMdev] Phoronix: Benchmarking LLVM & Clang Against GCC 4.5
FYI http://www.phoronix.com/scan.php?page=article&item=gcc_llvm_clang&num=1
2010 Apr 27
0
[LLVMdev] Phoronix: Benchmarking LLVM & Clang Against GCC 4.5
...no.delliponti at gmail.com> wrote: > FYI > http://www.phoronix.com/scan.php?page=article&item=gcc_llvm_clang&num=1 For Apache and Dhrystone, the performance boost is good (but only the former is really important), but for the rest, especially those with image/sound processing, and HMMR, it's still far behind. Is this only because there is no auto vectorization in LLVM? Would be good to know why some programs were not compiled with Clang. -- cheers, --renato http://systemcall.org/ Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/w...
2010 Apr 27
1
[LLVMdev] Phoronix: Benchmarking LLVM & Clang Against GCC 4.5
...wrote: > > FYI > > http://www.phoronix.com/scan.php?page=article&item=gcc_llvm_clang&num=1 > > For Apache and Dhrystone, the performance boost is good (but only the > former is really important), but for the rest, especially those with > image/sound processing, and HMMR, it's still far behind. Is this only > because there is no auto vectorization in LLVM? Doesn't llvm-gcc still lack autovectorization support as well? It's numbers are closer to the stock gcc releases suggesting the problem isn't from the absence of vectorization, no?...
2010 Apr 27
1
[LLVMdev] [cfe-dev] Phoronix: Benchmarking LLVM & Clang Against GCC 4.5
...t; wrote: >> FYI >> http://www.phoronix.com/scan.php?page=article&item=gcc_llvm_clang&num=1 > > For Apache and Dhrystone, the performance boost is good (but only the > former is really important), but for the rest, especially those with > image/sound processing, and HMMR, it's still far behind. Is this only > because there is no auto vectorization in LLVM? > > Would be good to know why some programs were not compiled with Clang. yup. it's a bit strange, that they couldn't compile php. I compile php with clang for several months (at least) an...
2012 Aug 27
2
Font size in geom_dl (using ggplot2)
Hey everyone, I am an R-newby... so sorry for bothering you with simple-to-solve questions;) I have the following issue: trying to add labels to my scatterplots (with geom_dl in ggplot2). Everything works fine, but after checking every resource I do not find a way to change the font size of my labels. I tried size, cex, fontsize at every position... but it always stays the same. ggplot()+