From: Martin B. <so...@ro...> - 2003-11-22 14:10:22
|
Hi there, most headers have lots of #define statements, virtually all of which I left empty for now. Since most of these #define's are highly platform dependent (e.g. those in float.h, limits.h, and stdint.h), it is probably best to ignore them for now and focus on the functions themselves. We will cover the #define's once we start "adapting" the generic code to the first "real" platform (which is likely to be the IA32 / gcc combo). As for the functions, focus on precision and compliance for now. We can optimize for speed and size later, once we got a "working" lib up and running. Thanks for the attention, I was pretty overwhelmed by how many people jumped to the task in the first week! -- Martin Baute so...@ro... |