Kai Nacke
Kai Nacke
Thanks! I am working on it. :-)
I am currently working on the parser. My first goal is to get the PIM4 variant running first. But I also defined all symbols necessary for ISO Modula and the...
With commit 2898e5cac36af39ee3b3266b8a665f1e7b74002e I map datatype real to PPC 128bit doubledouble. Native compilation works now but cross-compiling is still broken.
To enable true cross compilation we have to create a `real_t` replacement. My first thought is to create a thin wrapper around `llvm::APFloat`.
@klickverbot I still have some trouble with the 128bit emulation code.
@joakim-noah Great work!
Good hint! This requires an update to the gen_gccbuiltins tool, too. Currently, the intrinsics are only generated. There is no clustering. Maybe we could just public import the intrinsics in...
Updated the gen_gccbuiltins with a small hack.
I added a better scheduling model. Still not complete.
I still work on the serialization. My question is if the general design is welcomed or if there are better ideas.