search for: mmul

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

Did you mean: mmu
2008 May 14
6
PWGL in wine, problems
Hello, I'm new on this list. First of all, thank you to all the developers of this great project! At the moment there is only an application that keeps me on both macos and windows, its name is PWGL a free environment for computer assisted composition in openGL. (http://www2.siba.fi/PWGL/) I'm running Ubuntu 8.04 and wine 0.9.59. I have to say that I also installed vcrun2005 and
2012 Apr 26
2
Is there a way for telling libvirt to auto define an xml under /etc/libvirt/qemu?
...emu shared between nodes, say with a NFS share, since I can set a new xml on a node and I want o see the virtual machine on all the others, is there a way to automate this or am I obligated to launch virsh define <xml> on EACH node? Thank you so much, -- Raoul Scarazzini Solution Architect MMUL: Niente ? impossibile da realizzare, se lo pensi bene! +39 3281776712 rasca at mmul.it http://www.mmul.it
2010 Nov 27
1
[LLVMdev] Patch for V7M
Hello All, Attached is a patch for the ARM target. The ARM v7M profile does not have the signed most-significant-word multiply instruction so SMMUL, for instance, is not valid on Cortex-M3 and Cortex-M4. The attached patch adds an additional attribute, +mmul, which controls most-significant word multiplies on v6T2+ targets. This is especially important for me now that I've started to benchmark clang+llvm against GCC for some of...