Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
455 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in ARM-software/astc-encoder that received 1 comment
Add "manual SIMD" utility (astcenc_vecmathlib.h) and use it in compute_lowest_and_highest_weight
compute_lowest_and_highest_weight today has manual SSE4.2 codepath and a scalar code path. Instead of that, replace it with an N-wide codepath usin…