`_pdep_u64` intrinsic is only available in x86-64 mode
未关闭
- 主要语言
- C++
- 星标
- 16
- 派生
- 20
- PR 合并指标
- 30 天内没有已合并 PR
描述
In GCC source, it is guard by `__BMI2__` and `__x86_64__`, and by design, the 64 bits version PDEP instruction is only available at 64bits mode. So if you build a 32bits library on x86-64 devices (e.g. for Proton), you will get `_pdep_u64` not declared issue.
https://github.com/gcc-mirror/gcc/blob/77d4080e1e5f9d467816e2e2e878edbfbb7ee1c1/gcc/config/i386/bmi2intrin.h#L58-L91
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。