search for: 4587ddef

Displaying 1 result from an estimated 1 matches for "4587ddef".

Did you mean: 4087dd8f
2013 Aug 18
1
[LLVMdev] structure member alignment for vector types
Hi All, I have run into an issue when writing some LLVM code to read from a C++ structure. The structure as defined in LLVM is { { <4 x float> }, { <4 x float> }, { <16 x float> }, { <4 x float> }, { <4 x float> } }. On Windows, with Visual Studio 2012, the vector members of the structure are packed tightly together. However, LLVM seems to be leaving 32 bytes