Ignore:
Timestamp:
May 6, 2013, 9:37:41 AM (12 years ago)
Author:
[email protected]
Message:

JSC ARM traditional failing on Octane NavierStokes test
https://bugs.webkit.org/show_bug.cgi?id=115626

Reviewed by Zoltan Herczeg.

Change the ARM traditional assembler to use double precision on value
conversions.

  • assembler/ARMAssembler.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/assembler/ARMAssembler.h

    r148942 r149601  
    164164            VMOV_ARM32 = 0x0e100a10,
    165165            VCVT_F64_S32 = 0x0eb80bc0,
    166             VCVT_S32_F64 = 0x0ebd0b40,
    167             VCVT_U32_F64 = 0x0ebc0b40,
     166            VCVT_S32_F64 = 0x0ebd0bc0,
     167            VCVT_U32_F64 = 0x0ebc0bc0,
    168168            VCVT_F32_F64 = 0x0eb70bc0,
    169169            VCVT_F64_F32 = 0x0eb70ac0,
Note: See TracChangeset for help on using the changeset viewer.