Re: [Mesa-dev] [RFC] use mcjit for ppc_64 architecture

2012-10-15 Thread Will Schmidt
On Fri, 2012-10-05 at 01:48 +0200, Roland Scheidegger wrote: > Out of curiousity is mcjit for ppc64 somewhat working already? Hi Roland, Patches for ppc64 support for mcjit have been going into the llvm tree, so certainly working better now than before. (Better than the existing JIT in any case

Re: [Mesa-dev] [RFC] use mcjit for ppc_64 architecture

2012-10-04 Thread Roland Scheidegger
Out of curiousity is mcjit for ppc64 somewhat working already? But otherwise looks good to me. Roland Am 04.10.2012 23:25, schrieb Will Schmidt: > Hi, > RFC and consideration.. Specify MCJit for ppc64. > > - Per commentary and direction in the llvm community, support for ppc64 > is going

[Mesa-dev] [RFC] use mcjit for ppc_64 architecture

2012-10-04 Thread Will Schmidt
Hi, RFC and consideration.. Specify MCJit for ppc64. - Per commentary and direction in the llvm community, support for ppc64 is going into MCJIT rather than the old JIT. There is no existing support in prior llvm versions, so no need to specify LLVM version numbers. Signed-off-by: Will Sc