|
tage kristensen
|
Enabling the FPU on a PPC460EX processor
|
|
tage kristensen
07/28/2008 4:58 PM
post11171
|
Enabling the FPU on a PPC460EX processor
I am currently working on a BSP for the PPC460EX processor.
How do I enable the hardware FPU in this processor?
I have added the CPU_FLAG_FPU to the chip description structure.
Is there anything else I have to do in order to enable the FPU?
const struct ppcv_chip ppcv_chip_460ex = {
0x1302, // PPC_460EX,
36, 5, 1024, 1024,
CPU_FLAG_FPU,
0,
"460ex",
&ppcv_setup_440
};
/tak
|
|
|
|
|