[LLVMdev] Calling functions across modules. And those pesky vectors!

Evan Cheng evan.cheng at apple.com
Mon Jan 7 10:46:44 PST 2008


There is on going work to allow non-power of 2 vectors. Perhaps others  
can say more of the current status.

Evan

On Jan 4, 2008, at 9:52 PM, Nick Lewycky wrote:

> Danny wrote:
> I made a
>> simple function which was just supposed to multiply two 3 component
>> float vectors and return the result:
>
> "Vectors must have a power of two length (1, 2, 4, 8, 16 ...)."
>  - http://llvm.org/docs/LangRef.html#t_vector
>
>> //Snip on:
>>    VectorType *vType = VectorType::get(Type::FloatTy, 3);
>
> Nick
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list