This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

floating point support

Hi

I am using OMAP4430 version A3.i am writing the sensor device driver and i need to use floating point calculation in my driver.

but unfortunately this architecture does not support floating point calculation.

its a way we can do the calculation in user space and connect it to our kernel driver but i do not want this way.

can you people help me how can i use floating point in my kernel driver.is there any flags are present that will enable our architecture to the floating point support.