Loading
Optimize NEON 64-bit integral packets
- Implement
p{mul,max,min}for{s,u}64. - ARMv7-only:
- Use bit manipulation for
pabsinstead of using GPRs. - Implement
pnegateas0 - xinstead of using GPRs. - Polyfill
pcmp_{eq,le,lt}for{s,u}64. - GCC only:
- Manually emit
vsub.i64for negation to prevent software fallback.
- Manually emit
- Use bit manipulation for
Edited by onalante-ebay