search for: exapnd

Displaying 3 results from an estimated 3 matches for "exapnd".

Did you mean: exapand
2008 Feb 21
2
[LLVMdev] Exapnding add:i32 assertion failure with 2.2
My target supports only 8-bit arithmetic, hence I specified it to exapand ADD for i32 and i16. llc fails at the following place in LegalizeDAG.cpp: assert(MVT::isVector(Node->getValueType(0)) && "Cannot expand this binary operator!"); // Expand the operation into a bunch of nasty scalar code. Result = LegalizeOp(UnrollVectorOp(Op)); I don't
2005 Dec 02
1
Can I pass options to these effects to control the speed?
Hi There, I am playing around with Effect.Grow and Effect.BlindDown. I was wondering if there is a way to control the speed at which these effects execute. Also, for Grow it seems to exapnd from the middle. I am trying to achieve something more like a flyout from the left. Any ideas on how I can do this? Thanks -- Bruce Christie _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://list...
2009 Sep 22
6
Import excel / csv files
Hey, What way is the best to do imports of CSV files?