pcm: dmic: assembly: add x32 support.
16 Jun
2020
16 Jun
'20
7:59 p.m.
alsa-project/alsa-lib pull request #61 was opened from hvdijk:
x32 is the x86_64 ABI that uses 32-bit pointers, so requires loading addresses into edi/esi/ebx rather than rdi/rsi/rbx.
Note that instructions such as movl %eax, (%rdi) do not require updating, as loading an address into %edi zeroes the high bits, causing the full %rdi register to hold a valid address.
Signed-off-by: Harald van Dijk harald@gigawatt.nl
Without this, even aplay segfaults when building with `-mx32`.
Request URL : https://github.com/alsa-project/alsa-lib/pull/61 Patch URL : https://github.com/alsa-project/alsa-lib/pull/61.patch Repository URL: https://github.com/alsa-project/alsa-lib
1651
Age (days ago)
1651
Last active (days ago)
0 comments
1 participants
participants (1)
-
GitHub pull_request - opened