• no FPU in memset

    How can I tell the linker/compiler not to use memset/memcpy function which use FPU registers?

    For example: SCIOPTA allows to limit the use of the FPU for certain tasks (to improve task-switching). Tasks without FPU may not use FPU registers. But the compiler…