My code is simple as below.I f开发者_StackOverflowound rmb and wmb for read and write,but found no general one.lwsync is available on PowerPC,but what is the replacement for x86?Thanks in advance.
I\'m optimizing a Linux boot on PowerPC MPC83xx. I\'m trying to optimize the kernel image copy, from nand to ram and trying to check or change the write policy of the cache.
I have to approximate execution time of PowerPC and x86 assembler code.I understand that I cannot compute exact it dependson many problems (current processor state - x86 processor dicides internal ins
my elf-file is about 1MByte with all debug symbols. As I try to create a binary file with \"powerpc-eabi-objcopy -O binary out.elf out.bin\" the out.bin is 1GByte huge.
Is there a conditional-move-equivalent on the Po开发者_JAVA百科werPC (32 or 64) instruction set?It can obviously be emulated using a conditional branch, but I want something that outperforms that.Powe
I have an app that updates itself over the internet, and the updated copy won\'t run on PowerPC machines (G5) running Leopard (10.5.8).Double-clicking the app produces a message sa开发者_开发百科ying
I am developing a mac program in an intel mac, under OS X. It needs to be also an universal binary, so guess with Xcode one can create the universal b开发者_如何学运维inary (UB), am I wrong?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'ve written several copy functions in search of a good memory strategy on PowerPC.开发者_如何学Go Using the Altivec or fp registers with cache hints (dcb*) doubles the performance over a simple byte
Does someone know how to initialize a Powe开发者_如何学编程rPC 32-bit processor (e.g. PPC-440), similar to Intel\'s x86 protected mode switch and consequent initialization of address tables and the li