Closed NattyNarwhal closed 6 years ago
What seems OK:
addition/subtraction: seems OK
division with small numbers: I fixed this enough to limp into building the BCL
What doesn't:
multiplication
FP conversions
large division
The code is very likely not completely endian safe; through debugging needs to be done.
Turns out to be an endianness issue it seems, but fixed with correcting an ifdef. Associated patch upstream has been merged.
What seems OK:
addition/subtraction: seems OK
division with small numbers: I fixed this enough to limp into building the BCL
What doesn't:
multiplication
FP conversions
large division
The code is very likely not completely endian safe; through debugging needs to be done.