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.