]> www.ginac.de Git - cln.git/commit
Really use umull insn on ARM V7 and newer.
authorRichard Kreckel <kreckel@ginac.de>
Tue, 26 Apr 2022 08:40:09 +0000 (10:40 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Tue, 26 Apr 2022 08:40:09 +0000 (10:40 +0200)
commita125d07e6fcb5b5157e4cb536239afd3916aa39c
tree819df1eb91fc03f1ca38b1b116b834d68acf7af3
parent646ca37c41d64f2d3e605faa73c1ec76f7c8e696
Really use umull insn on ARM V7 and newer.

I haven'f found a GCC version which #defines __arm7__, __arm8__, etc.
but all modern compilers #define __ARM_ARCH since more than a decade.
src/base/digitseq/cl_asm_arm_.cc