search for: workinggroup

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

Did you mean: workinggroups
2013 May 25
0
[LLVMdev] [cfe-dev] [3.3 Release] Release Candidate 2 Available
...l and be happy. ;) > 8 ./configure --enable-optimized --prefix=/usr/local > 9 make -j4 > Neither that. Just go into llvm.src and run ./utils/release/test-release.sh I have written a doc on how to do that for ARM, maybe that can lead you on the right direction: https://wiki.linaro.org/WorkingGroups/ToolChain/LLVM/LLVMRelease cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130525/b906f779/attachment.html>
2013 May 25
2
[LLVMdev] [cfe-dev] [3.3 Release] Release Candidate 2 Available
On Fri, May 24, 2013 at 4:21 PM, Bill Wendling <wendling at apple.com> wrote: > On May 24, 2013, at 1:19 PM, Bill Wendling <wendling at apple.com> wrote: > >> Hi! >> >> The binaries for the 3.3 release candidate 2 are starting to role in. Please take them and give them a go. Please file bug reports for any problems you encounter. >> >> At this point,
2012 May 01
1
btrfs on low end and high end FLASH
How well suited is btrfs to low-end and high-end FLASH devices? Paraphrasing from a thread elsewhere: FLASH can be categorised into two classes, which have extremely different characteristics: (a) the low-end (USB, SDHC, CF, cheap ATA SSD); and (b) the high-end (SAS, PCIe, NAS, expensive ATA SSD). My own experience is that the low end (a) can have erase blocks as large as 4MBytes or more
2013 May 25
2
[LLVMdev] [cfe-dev] [3.3 Release] Release Candidate 2 Available
On Sat, May 25, 2013 at 7:51 AM, Renato Golin <renato.golin at linaro.org>wrote: > https://wiki.linaro.org/WorkingGroups/ToolChain/LLVM/LLVMRelease > > Could you please incorporate this useful document into LLVM's official documentation? I think that this is good content for encouraging greater external/downstream involvement in the release process. See docs/SphinxQuickstartTemplate.rst to get up and runni...
2014 Sep 10
4
[RFC PATCH v1 0/3] Introducing ARM SIMD Support
...k for simd/vectorization and on top, add ARM-NEON simd vectorization using intrinsics. I was able to get over 34% performance improvement on my Beaglebone Black which is single Cortex-A8 based CPU. You can find more information on metrics and procedure I used to measure at https://wiki.linaro.org/WorkingGroups/Middleware/Graphics/MediaLibs/libvorbis As described in above link/doc, you can see my work-in-progress tree at https://git.linaro.org/people/viswanath.puttagunta/vorbis.git Also what standard should one follow when submitting patches to libvorbis? I'm pretty sure linux kernel checkpatch.pl...