Displaying 2 results from an estimated 2 matches for "untrigg".
Did you mean:
trigg
2004 Aug 06
2
how to cut very big mp3s ?
On Sun, 6 Jan 2002, Jack Moffitt wrote:
> Unfortunately MP3 is not really an editable format (another reason to
> use Vorbis). Its frame headers and frame data don't necessarily come
> together in the file, so chopping the file would require quite a lot of
> reorganization. The only decent methods I've seen proposed meant
> turning the beginning and ends of files into
2008 Sep 12
3
[LLVMdev] CPP API User-level Question: Returning multiple values
Greetings,
I'm working on getting our compiler's interface to LLVM to mimic the
way the LLVM-GCC inserts instructions to generate AMD64 ABI compliant
code. I'm trying to create
ret i64 %mrv, double %double_mrv37
which is basically what LLVM-GCC puts out. However if I use lcc
-march=cpp to get the API code I need it has the following line: