search for: _says_

Displaying 2 results from an estimated 2 matches for "_says_".

2010 Sep 22
0
[LLVMdev] Vectors in structures
Bob Wilson writes: > Right. The contents of the struct don't matter -- the spec is pretty > clear about that -- so llvm uses vector types instead of doubles, but > your spec definitely shows them being defined as structs. It _says_ they are defined as structs - but it doesn't show them in use, i.e. it doesn't show how a user of the NEON intrinsics is supposed to be able to make any use of the fact that the types are defined as structs rather than some completely opaque type. All it does is explain why the mangling rul...
2010 Sep 21
2
[LLVMdev] Vectors in structures
On Sep 21, 2010, at 4:33 PM, Sandeep Patel wrote: > On Tue, Sep 21, 2010 at 11:07 PM, Alasdair Grant <Alasdair.Grant at arm.com> wrote: >> Bob Wilson writes: >>> On Sep 21, 2010, at 9:33 AM, Renato Golin wrote: >>>> I was checking NEON instructions this week and the vector types seem >>>> to be inside structures. If vector types are considered