I have another question about FPU.
Does Anybody know why the same procedure that I use for FPU initialization works for BSP core but not for AP?

I have the same control registers configuration on BSP and AP.
Another question is about Visual C++ 2008 compiler:
I developed a math library for floating point operations. If I compile this library without /QIFIST option (that will be deprecated) when I use it in a task or program I receive this linker error:
error LNK2019: riferimento al simbolo esterno __ftol2_sse non risolto nella funzione ___kernel_sin
(in english is: cannot resolve external symbol reference __ftol2_sse)
I cannot use default libraries because I'm developing a SIL4 system.
I know what is ftol2_sse but I don't know how to resolve this problem without using \QIFIST options.
Could you help me guys?