Robert, Thanks for your information. So in case I need to run Clutter on non FPU platform, I must spend effort on porting it? Why is it named Fixed Point API :)
Regards, -Hieu -----Original Message----- From: Robert Bragg [mailto:[email protected]] Sent: Tuesday, August 11, 2009 4:10 PM To: Hieu Le Trung Cc: [email protected] Subject: Re: [clutter] Clutter Fixed Point API On Tue, 2009-08-11 at 10:25 +0700, Hieu Le Trung wrote: > Hi, > > > > Regarding Clutter definition of CLUTTER_NO_FPU macro: “Deprecated: > 0.6: This macro is no longer defined (identical code is used > regardless the presence of FPU).”, in case we have FPU the Clutter is > still using Fixed Point Math? > > Is there any plan/effort for adding FPU support? Clutter no longer uses fixed point internally, everything is now done using single precision floating point. > > > > Regards, > > -Hieu > > -- Robert Bragg, Intel Open Source Technology Center
