Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[x64] jnp.packbits: avoid implicit promotion of boolean inputs
Why? Under the new strict promotion flag, booleans promotion to integer will error. This change makes it so that jnp.packbits still works with strict promotion enabled.
- Loading branch information