We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,The latest version 2.2 failed to compile. This is an error message.
>> 104 utility/src/parasail/cpuid.c:31:5: error: impossible constraint in 'asm' 105 __asm__ ( "cpuid" : "+b" (ebx), 106 ^~~~~~~ 107 utility/src/parasail/cpuid.c: In function 'check_xcr0_ymm': >> 108 utility/src/parasail/cpuid.c:79:5: error: unknown register name '%edx' in 'asm' 109 __asm__ ("xgetbv" : "=a" (xcr0) : "c" (0) : "%edx" ); 110 ^~~~~~~ 111 utility/src/parasail/cpuid.c: In function 'check_xcr0_zmm': >> 112 utility/src/parasail/cpuid.c:95:5: error: unknown register name '%edx' in 'asm' 113 __asm__ ("xgetbv" : "=a" (xcr0) : "c" (0) : "%edx" ); 114 ^~~~~~~
my system information is as follows.
> uname -a Linux simon28li 4.18.0-193.el8.aarch64 #1 SMP Fri May 8 11:05:12 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux > cat /etc/os-release NAME="CentOS Linux" VERSION="8 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="8" PLATFORM_ID="platform:el8" PRETTY_NAME="CentOS Linux 8 (Core)"
Is the error reported because arm is not supported? Because I've seen similar speeches.#1804
The text was updated successfully, but these errors were encountered:
The question is in the wrong place. Turn it off.
Sorry, something went wrong.
The question is in the wrong place.
What was the correct place to ask this question ? I am also interested in support for ARM64!
No branches or pull requests
Hi,The latest version 2.2 failed to compile.
This is an error message.
my system information is as follows.
Is the error reported because arm is not supported? Because I've seen similar speeches.#1804
The text was updated successfully, but these errors were encountered: