Ignore:
Timestamp:
Apr 23, 2010, 8:38:43 AM (15 years ago)
Author:
[email protected]
Message:

2010-04-23 Gabor Rapcsanyi <[email protected]>

Reviewed by Laszlo Gombos.

Add RVCT support for Linux

Developed in cooperation with Gabor Loki.

  • API/JSStringRef.h:
  • jit/ExecutableAllocator.h:
  • jit/ExecutableAllocatorPosix.cpp: (JSC::ExecutableAllocator::cacheFlush):
  • jit/JITStubs.cpp:
  • wtf/MathExtras.h:
  • wtf/unicode/qt4/UnicodeQt4.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/MathExtras.h

    r58142 r58167  
    189189inline float grad2rad(float g) { return g * piFloat / 200.0f; }
    190190
    191 #if !COMPILER(MSVC) && !COMPILER(RVCT) && !COMPILER(WINSCW)
     191#if !COMPILER(MSVC) && !COMPILER(WINSCW) && !(COMPILER(RVCT) && OS(SYMBIAN))
    192192using std::isfinite;
    193193using std::isinf;
Note: See TracChangeset for help on using the changeset viewer.