search for: vec16

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

Did you mean: vec1
2016 Jan 28
2
Vectors in Sparc
The following code is causing me problems in the Sparc back-end and I believe it's related to a lot of issues that I have, so I'd love to work out what I need to do to resolve this. I'm currently not making much headway into it. I'm going to try to simplify this to the core problem I can see and hope I haven't missed anything relevant. The original code I have is as follows:
2009 Apr 15
0
[LLVMdev] Target Intrinsics with illegal types
My current implementation uses target intrinsic to represent math functions. The current issue with this is that the math functions must support up to vec16 but the backend only supports up to vec4. Is there a way to split a target intrinsic into multiple legal intrinsic of the smaller vector type? This is similar to the splitVectorOp in legalizeDag but on intrinsic. Thanks, Micah -------------- next part -------------- An HTML attachment was scr...