intel / intel/pcm

ARM support?

Open
#874 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C++
Stars
3.3k
Forks
528
Avg merge
1h 40m
Merged PRs (30d)
2

Description

Perhaps it would be convenient for user if PCM will support ARM?
I understand that this is an Intel library, but support for other CPU models could make this library more common.
And more widespread.

Compile error on ARM64:

```
"=a" (info.reg.eax), "=b" (info.reg.ebx), "=c" (info.reg.ecx), "=d" (info.reg.edx) : "a" (leaf));
^
/KNP/third-party/pcm/39b70acffa902cad8124c06dd0292ed48447644f/src/types.h:1648:27: error: invalid output constraint '=a' in asm
"=a" (info.reg.eax), "=b" (info.reg.ebx), "=c" (info.reg.ecx), "=d" (info.reg.edx) : "a" (leaf), "c" (subleaf));
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.