gnzlbg / bitwise

Portable high-level bitwise manipulation algorithms
https://gnzlbg.github.io/bitwise
MIT License
50 stars 9 forks source link

Document important -C target-features #12

Closed gnzlbg closed 7 years ago

gnzlbg commented 8 years ago

The command llc -mattr=help can be used to list all target features! The following features are relevant for bitwise manipulation:

gnzlbg commented 7 years ago

This has been closed with the bitintr dependency.