Compiled your line into assembly. Output is below, it is a long. Attached archive includes assembly files for all three architectures: armv7, armv7s, arm64; armv7 and armv7s is the same but arm64 format is different.
.section __TEXT,__text,regular,pure_instructions
.ios_version_min 7, 0
.syntax unified
.section __DATA,__data
.globl _foo @ @foo
.p2align 2
_foo:
.long 3735928559 @ 0xdeadbeef
.subsections_via_symbols
On Fri, 15 Jun 2018 at 18:35, Torbjörn Granlund <[email protected]> wrote:
> Taner Sener <[email protected]> writes:
>
> checking how to define a 32-bit word... configure: error: cannot
> determine
> how to define a 32-bit word
>
> Well, how do you define a 32-bit word in this assembly variant?
>
> (You might want to compile something like "int foo = 0xdeadbeef;" into
> assembly and check the output to see the used syntax.)
>
> --
> Torbjörn
> Please encrypt, key id 0xC8601622
>
asm_test.tar.gz
Description: GNU Zip compressed data
_______________________________________________ gmp-bugs mailing list [email protected] https://gmplib.org/mailman/listinfo/gmp-bugs
