alphacep / alphacep/openfst

`_pdep_u64` intrinsic is only available in x86-64 mode

Aperta
#5 0 commenti 1 reazione 0 assegnatari Vedi su GitHub
Lingua principale
C++
Stelle
16
Fork
20
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.