We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cd159 commit d31e6afCopy full SHA for d31e6af
FastMath/Neslib.FastMath.Internal.inc
@@ -13,11 +13,12 @@ const
13
_LIB_FASTMATH = 'libfastmath-android-64.a';
14
_PREFIX = '_';
15
{$ELSEIF Defined(ANDROID)}
16
- {$IF (RTLVersion >= 33)}
+ {$IF (RTLVersion = 33)}
17
+ { Delphi 10.3 uses Thumb mode. }
18
{ @exclude }
19
_LIB_FASTMATH = 'libfastmath-android-32.a';
20
{$ELSE}
- { Delphi 10.2 and earlier use ARM mode (instead of Thumb). }
21
+ { Delphi 10.2 and earlier and Delphi 10.4 and later use ARM mode. }
22
23
_LIB_FASTMATH = 'libfastmath-android-arm.a';
24
{$ENDIF}
0 commit comments