Displaying 2 results from an estimated 2 matches for "coulds".
Did you mean:
could
2004 Aug 13
1
Menu's limitations
"Menu" is limited to 8 menus with 12 items each.
Is there any chance to grow the number of menus ?
--
Erwan Velu
Linux Cluster Distribution Project Manager
Mandrakesoft 43 rue d'aboukir 75002 Paris
Phone Number : +33 (0) 1 40 41 17 94
Fax Number : +33 (0) 1 40 41 92 00
OpenPGP key : http://www.mandrakesecure.net/cks/
2010 Jan 29
1
[LLVMdev] Distribution in assembler format
On Jan 29, 2010, at 12:09 PM, Samuel Crow wrote:
> Hello Russell,
>
> Major pitfall #1:
> LLVM-GCC does certain optimizations even if all of the optimizations are turned off. These include endian-specific optimizations so to use LLVM as a cross-architecture bitcode, you'll need to wait until Clang supports C++ fully or just stick to C programs for now.
>
> I've been