👁️
Programmer and artist making games and tools.
Mostly inactive on here now. You can find my public repos at https://git.michael.is
- Toronto
-
00:59
(UTC -04:00) - https://michael.is
- https://git.michael.is/explore
Pinned Loading
-
Stop a Git commit if a staged file c...
Stop a Git commit if a staged file contains the word "nocheckin". 1#!/usr/bin/env bash
23# Stops the commit if the changes include the word `nocheckin`.
45if which tput >/dev/null 2>&1; then
-
dev_links.md
dev_links.md 1* [godbolt Compiler Explorer](https://godbolt.org/)
2* Use this to see the assembly generated for various languages using various compilers. Very useful tool.
3* [uops table](https://uops.info/table.html)
4* See instruction latency, throughput, # uops, and port usage across different architectures.
5* [Intel Intrinsics Guide](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.