Ticket #201 (closed bug: duplicate)

Opened 13 years ago

Last modified 13 years ago

atan opcode produces NAN with x86-32 JIT

Reported by: chromatic Owned by:
Priority: normal Milestone:
Component: core Version:
Severity: medium Keywords: JIT
Cc: Language:
Patch status: Platform: linux

Description

See test #13 in t/op/trans.t. For some reason, when running with the JIT core on 32-bit x86 Linux, this opcode produces NAN:

atan $N0, 1.0, 1.0

The op isn't JITted. I've made the test TODO on the JIT core.

Change History

Changed 13 years ago by NotFound

  • status changed from new to closed
  • resolution set to duplicate

This is the same test as in #38

Note: See TracTickets for help on using tickets.