mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-28 04:37:13 +09:00
Check HAVE_AMD64_ASM to assemble x86_64 code (or not), not __x86_64__
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#if defined(__amd64) || defined(__amd64__) || defined(__x86_64__)
|
||||
#ifdef HAVE_AMD64_ASM
|
||||
|
||||
.text
|
||||
.p2align 5
|
||||
|
||||
Reference in New Issue
Block a user