Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [MIPS] Fast android_memset for Mips64, Mipsr6 | Duane Sand | 2015-04-16 | 2 | -323/+93 |
| | | | | | | | | | | Fix broken mips64 build by replacing mips32r2-only android_memset.S. Use HW-bonded pairs of 64-bit stores to fill 128 bits/cycle. Rely on HW automatic cache prefetch optimizations. Software cache prefetching is counterproductive on next mips cores. New method is coded in C, and also works okay on non-Mips architectures. Change-Id: Id7153a8fe11538fe25287e101375661b0e99e2a2 | ||||
* | Move mips/mips64 android_memset16/android_memset32 into libcutils. | Elliott Hughes | 2015-04-02 | 2 | -31/+323 |
| | | | | Change-Id: Ia826dd872f64cc80635f50525a0c393f43ae5204 | ||||
* | Add Mips memset speedup | Duane Sand | 2012-08-29 | 1 | -0/+31 |
Change-Id: I157aa8b500e271c213bf615dd4ceb25b3aedd7c2 |