mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 23:21:57 +02:00
* use generic 32*32 -> 64 bit multiplication on arm thumb
git-svn-id: trunk@26359 -
This commit is contained in:
parent
0bb6469b80
commit
1fc6316cbc
@ -670,7 +670,7 @@ interface
|
||||
|
||||
function tarmaddnode.use_generic_mul32to64: boolean;
|
||||
begin
|
||||
result:=false;
|
||||
result:=GenerateThumbCode or not(CPUARM_HAS_UMULL in cpu_capabilities[current_settings.cputype]);
|
||||
end;
|
||||
begin
|
||||
caddnode:=tarmaddnode;
|
||||
|
Loading…
Reference in New Issue
Block a user