search for: m5b341b2e

Displaying 1 result from an estimated 1 matches for "m5b341b2e".

2007 Oct 08
0
[LLVMdev] Passing pointers to pointers to JIT
...nto array of vectors of > [n x <4 x float>] format and back? The question was answered at #llvm. There were two problems: 1. Usage of GEPs ([n x [4 x float]] is not float**) 2. Alignment issues for vector store (aka "stack realignment"). Working code is in http://pastebin.com/m5b341b2e -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.