Displaying 2 results from an estimated 2 matches for "srcwidth".
Did you mean:
satwidth
2011 Feb 04
12
Run Nice Player .nmf app
Hi all,
I'm needing/trying to save linux in my company. I have files in format .nmf (from a company called Nice) to listen. Don't have open or proprietary codecs for linux. I can only to the Nice Player. <Ubuntu Desktop>
I've tried:
1- copy of folder installed in the windows for linux ubuntu desktop and run "wine nice.exe" and dont' run
2- run the package of
2011 Feb 07
2
[LLVMdev] Promoting i16 load to i32
...compiling I get this failed assertion:
llc: LegalizeDAG.cpp:1309:
llvm::SDValue<unnamed>::SelectionDAGLegalize::LegalizeOp(llvm::SDValue):
Assertion `0 && "This action is not supported yet!"' failed.
I initially expected the if statement on line 1191 (in my copy), `if
(SrcWidth != SrcVT.getStoreSizeInBits()` to catch my i16 promotion
case - but it doesn't because SrcVT.getSizeInBits() and
SrcVT.getStoreSizeInBits() equals 16 with SrcVT == MVT::i16.
I'd appreciate any pointers in the right direction.
Thank you,
Alex