Board index » cppbuilder » private floatingpoint routines
Marc Bertens
![]() CBuilder Developer |
private floatingpoint routines2006-01-19 07:10:45 PM cppbuilder18 Hi, I wrote my own floating point routines, due to that the emulation library of borland C5.02 is not useable on my embedded system (SC13 of beck-ipc) running multiply tasks. it works fine but when i set de compiler to "no floating point" i get the error; Error: (1,1):Undefined symbol FIDRQQ in module common\fpsingle.c Error: (1,1):Undefined symbol FIWRQQ in module common\fpsingle.c In my functions the float is infact a dword, for convertting the float datatype to dword i use memcpy(), i expect that FIDRQQ() and FIWRQQ() are specific to the float datatype. 1. Where are the functions for ? 2. Can i create emulation functions for these two ? 3. And how do i do this ?, or is there some example code for it ? Kind regards, Marc Bertens |