RTL/RTAI work fine with fpu provided you inform RTL/RTAI 

RTL:   call rt_task_use_fp(&task, 1) 
RTAI:  call rt_linux_use_fpu(1) and set argument 6==1 when calling
rt_task_init

There are some RTL/RTAI examples at:
http://www.realtimelinux.org/CRAN/examples/rtexamples.tar.gz
If you look at the sinewave example it shows the use of fpu.

Regards

Stuart



[EMAIL PROTECTED] wrote:
> 1) Do you have to use fixed point arithmetic with RT Linux or can you use
> floating point arithmetic?
>
> 2) If floating point cannot be used, why not?
> 
> I have several large sections of floating point code that I would like to
> run in real time without having to rewrite the code to use fixed point
> arithmetic.
>
--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/

Reply via email to