add project intrinsic, Use x86 SIMD without writing any assembly code (#1470)

This commit is contained in:
Meng Zhuo 2017-07-08 23:03:45 +08:00 committed by Bo-Yi Wu
parent 4504d76ae4
commit 0e5fff343e

View File

@ -1187,6 +1187,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [hub](https://github.com/github/hub) - wrap git commands with additional functionality to interact with github from the terminal.
* [hystrix-go](https://github.com/afex/hystrix-go) - Implements Hystrix patterns of programmer-defined fallbacks aka circuit breaker.
* [immortal](https://github.com/immortal/immortal) - A *nix cross-platform (OS agnostic) supervisor
* [intrinsic](https://github.com/mengzhuo/intrinsic) - Use x86 SIMD without writing any assembly code.
* [JobRunner](https://github.com/bamzi/jobrunner) - Smart and featureful cron job scheduler with job queuing and live monitoring built in.
* [jsonapi-errors](https://github.com/AmuzaTkts/jsonapi-errors) - Go bindings based on the JSON API errors reference.
* [jsonf](https://github.com/miolini/jsonf) - Console tool for highlighted formatting and struct query fetching JSON.