VF50 CE6 with Floating Point and NETCF

Hello,

With BSP 1.3, there is support for the neon FPU inside CE6.0.

Since our software uses a lot of floating point operations, I wanted to test the improvements.
Do we have to configure something to activate some flag inside .net CF3.5 like in C program? (Is it even possible?)

Thanks,

Seems that NET CF does not use this implementation. You can read details here → Floating point operations in .NET Compact Framework on WinCE+ARM | Microsoft Learn

Yep, The only way is to use PInvoke unfortunately.

Well, bsp 1.3 seems to uses less CPU, I’ve 2-3% less of CPU usage which is already great.

Have a nice day