ARM/libroot: more stubs for floating point related things
Will sort this out properly when userland is coming up. Need to get a basic libroot version working first, so I can build a proper HaikuImage to boot from ;)
This commit is contained in:
@@ -54,3 +54,5 @@ static __huge_val_t __huge_val = { __HUGE_VAL_bytes };
|
|||||||
# define HUGE_VAL (__huge_val.__d)
|
# define HUGE_VAL (__huge_val.__d)
|
||||||
|
|
||||||
#endif /* GCC. */
|
#endif /* GCC. */
|
||||||
|
|
||||||
|
#define HUGE_VALF HUGE_VAL
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
#warning ARM: check mathinline.h
|
||||||
Reference in New Issue
Block a user