MonoOni / binarydist

Mono Binary Builds for Testing
9 stars 0 forks source link

Some System.Decimal operations deliver garbage #26

Closed NattyNarwhal closed 6 years ago

NattyNarwhal commented 6 years ago

What seems OK:

What doesn't:

The code is very likely not completely endian safe; through debugging needs to be done.

NattyNarwhal commented 6 years ago

Turns out to be an endianness issue it seems, but fixed with correcting an ifdef. Associated patch upstream has been merged.