Menu

#1565 acosf, asinf, atanf broken

closed-fixed
z80 port (189)
5
2010-07-26
2009-09-20
No

Currently acosf, sinf and atanf donot work on the Z80. The respective regression tests are skipped.

These functions hould work on the Z80.

Philipp

Discussion

  • Philipp Klaus Krause

    • labels: 1165101 --> z80 port
    • summary: Support for acosf, sinf, atanf --> acosf, sinf, atanf broken
     
  • Philipp Klaus Krause

    The problem seems to be that genArrayInit() in z80/gen.c can't handle arrays of floats.

    Philipp

     
  • Philipp Klaus Krause

    • summary: acosf, sinf, atanf broken --> acosf, asinf, atanf broken
     
  • Philipp Klaus Krause

    Array inti support has been disabled in the z80/gbz80 ports for now. Once float support is implemented it can be reenabled for a modest improvement in code size.
    Thus the problem no longer occours as of rev. #5892.

    Philipp

     
  • Philipp Klaus Krause

    • assigned_to: nobody --> spth
    • status: open --> closed-fixed
     

Log in to post a comment.