search for: supertech

Displaying 12 results from an estimated 12 matches for "supertech".

2013 Aug 16
1
PATCH for bitmath.h: 1 typo, 1 warning
rutine -> routine Also MSVC complains that FLAC__uint32* (unsigned int*) is not of the same type as unsigned long* --- a\src\libFLAC\include\private\bitmath.h 2013-08-13 13:30:24.000000000 +0400 +++ b\src\libFLAC\include\private\bitmath.h 2013-08-14 10:20:51.484053700 +0400 @@ -78,12 +78,12 @@ return _bit_scan_reverse(v) ^ 31U; #elif defined(__GNUC__) && (__GNUC__ >= 4 ||
2012 May 09
1
[PATCH 2/2] bitmath: Finish up optimizations
...)) + FLAC__uint64 idx; + _BitScanReverse64(&idx, v); + return idx ^ 63U; #else - -unsigned FLAC__bitmath_ilog2(FLAC__uint32 v); -unsigned FLAC__bitmath_ilog2_wide(FLAC__uint64 v); - +/* Brain-damaged compilers will use the fastest possible way that is, + de Bruijn sequences (http://supertech.csail.mit.edu/papers/debruijn.pdf) + (C) Timothy B. Terriberry (tterribe at xiph.org) 2001-2009 LGPL (v2 or later). +*/ + static const unsigned char DEBRUIJN_IDX64[64]={ + 0, 1, 2, 7, 3,13, 8,19, 4,25,14,28, 9,34,20,40, + 5,17,26,38,15,46,29,48,10,31,35,54,21,50,41,57, +...
2017 Jan 28
3
[RFC][PIR] Parallel LLVM IR -- Stage 0 -- IR extension
...g/D29251 [3] http://lists.llvm.org/pipermail/llvm-dev/2017-January/109302.html [4] http://lists.llvm.org/pipermail/llvm-dev/2015-March/083348.html [5] http://lists.llvm.org/pipermail/llvm-dev/2017-January/109264.html [6] http://compilers.cs.uni-saarland.de/people/doerfert/parallelcfg.pdf [7] http://supertech.csail.mit.edu/papers/spbags.pdf & www.cse.wustl.edu/~angelee/papers/cilkprof.pdf [8] https://goo.gl/Blp2Xr [9] http://lists.llvm.org/pipermail/llvm-dev/2017-January/108906.html [10] http://lists.llvm.org/pipermail/llvm-dev/2017-January/108997.html [11] http://lists.llvm.org/pipermail/llvm-dev/...
2017 Mar 08
5
(no subject)
...mail/llvm-dev/2017-January/109302.html > > [4] http://lists.llvm.org/pipermail/llvm-dev/2015-March/083348.html > > [5] http://lists.llvm.org/pipermail/llvm-dev/2017-January/109264.html > > [6] http://compilers.cs.uni-saarland.de/people/doerfert/parallelcfg.pdf > > [7] http://supertech.csail.mit.edu/papers/spbags.pdf & www.cse.wustl.edu/~angelee/papers/cilkprof.pdf > > [8] https://goo.gl/Blp2Xr > > [9] http://lists.llvm.org/pipermail/llvm-dev/2017-January/108906.html > > [10] http://lists.llvm.org/pipermail/llvm-dev/2017-January/108997.html > > [11] h...
2017 Mar 08
3
(no subject)
...gt;>> [4] http://lists.llvm.org/pipermail/llvm-dev/2015-March/083348.html >>> [5] >>> http://lists.llvm.org/pipermail/llvm-dev/2017-January/109264.html >>> [6] >>> http://compilers.cs.uni-saarland.de/people/doerfert/parallelcfg.pdf >>> [7] http://supertech.csail.mit.edu/papers/spbags.pdf & >>> www.cse.wustl.edu/~angelee/papers/cilkprof.pdf >>> [8] https://goo.gl/Blp2Xr >>> [9] >>> http://lists.llvm.org/pipermail/llvm-dev/2017-January/108906.html >>> [10] >>> http://lists.llvm.org/pipermail...
2017 Mar 08
3
(no subject)
...09302.html >>>> [4] http://lists.llvm.org/pipermail/llvm-dev/2015-March/083348.html >>>> [5] http://lists.llvm.org/pipermail/llvm-dev/2017-January/109264.html >>>> [6] http://compilers.cs.uni-saarland.de/people/doerfert/parallelcfg.pdf >>>> [7] http://supertech.csail.mit.edu/papers/spbags.pdf & www.cse.wustl.edu/~angelee/papers/cilkprof.pdf >>>> [8] https://goo.gl/Blp2Xr >>>> [9] http://lists.llvm.org/pipermail/llvm-dev/2017-January/108906.html >>>> [10] http://lists.llvm.org/pipermail/llvm-dev/2017-January/108997....
2017 Mar 08
4
(no subject)
...ists.llvm.org/pipermail/llvm-dev/2015-March/083348.html > >>> [5] > >>> http://lists.llvm.org/pipermail/llvm-dev/2017-January/109264.html > >>> [6] > >>> http://compilers.cs.uni-saarland.de/people/doerfert/parallelcfg.pd > >>> f [7] http://supertech.csail.mit.edu/papers/spbags.pdf & > >>> www.cse.wustl.edu/~angelee/papers/cilkprof.pdf > >>> [8] https://goo.gl/Blp2Xr > >>> [9] > >>> http://lists.llvm.org/pipermail/llvm-dev/2017-January/108906.html > >>> [10] > >>> htt...
2017 Mar 08
2
(no subject)
...15-March/083348.html >>>>>> [5] >>>>>> http://lists.llvm.org/pipermail/llvm-dev/2017-January/109264.html >>>>>> [6] >>>>>> http://compilers.cs.uni-saarland.de/people/doerfert/parallelcfg.pd >>>>>> f [7] http://supertech.csail.mit.edu/papers/spbags.pdf & >>>>>> www.cse.wustl.edu/~angelee/papers/cilkprof.pdf >>>>>> [8] https://goo.gl/Blp2Xr >>>>>> [9] >>>>>> http://lists.llvm.org/pipermail/llvm-dev/2017-January/108906.html >>>>&...
2017 Mar 08
2
(no subject)
....html > > >>> [5] > > >>> http://lists.llvm.org/pipermail/llvm-dev/2017-January/109264.htm > > >>> l > > >>> [6] > > >>> http://compilers.cs.uni-saarland.de/people/doerfert/parallelcfg. > > >>> pd f [7] http://supertech.csail.mit.edu/papers/spbags.pdf & > > >>> www.cse.wustl.edu/~angelee/papers/cilkprof.pdf > > >>> [8] https://goo.gl/Blp2Xr > > >>> [9] > > >>> http://lists.llvm.org/pipermail/llvm-dev/2017-January/108906.htm > > >>> l...
2017 Mar 08
3
[RFC][PIR] Parallel LLVM IR -- Stage 0 --
...t;>>>> [5] >>>>>> http://lists.llvm.org/pipermail/llvm-dev/2017-January/109264.htm >>>>>> l >>>>>> [6] >>>>>> http://compilers.cs.uni-saarland.de/people/doerfert/parallelcfg. >>>>>> pd f [7] http://supertech.csail.mit.edu/papers/spbags.pdf & >>>>>> www.cse.wustl.edu/~angelee/papers/cilkprof.pdf >>>>>> [8] https://goo.gl/Blp2Xr >>>>>> [9] >>>>>> http://lists.llvm.org/pipermail/llvm-dev/2017-January/108906.htm >>>>&...
2017 Mar 08
2
[RFC][PIR] Parallel LLVM IR -- Stage 0 --
...gt;>>> http://lists.llvm.org/pipermail/llvm-dev/2017-January/109264.htm >>>>>>>> l >>>>>>>> [6] >>>>>>>> http://compilers.cs.uni-saarland.de/people/doerfert/parallelcfg. >>>>>>>> pd f [7] http://supertech.csail.mit.edu/papers/spbags.pdf & >>>>>>>> www.cse.wustl.edu/~angelee/papers/cilkprof.pdf >>>>>>>> [8] https://goo.gl/Blp2Xr >>>>>>>> [9] >>>>>>>> http://lists.llvm.org/pipermail/llvm-dev/2017-Janua...
2012 Mar 24
2
[LLVMdev] GSoC2012 proposal -- A new Back-end for polyhedral Optimization framework for LLVM (Polly)
...d LLVM. Tobias Grosser and Ether, who are the contributors of Polly, have assented to be my mentor, If my proposal is approved. Is this idea good enough for the Google summer of code? If it is, I am going to write a proposal for it. Any suggestion is appreciated. Sincerely, Qingrui Liu [1]http://supertech.csail.mit.edu/cilk/ [2]http://www.cdl.uni-saarland.de/projects/wfv/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120324/c9b81731/attachment.html>