shepmaster / cupid

Get information about the x86 and x86_64 processor
MIT License
34 stars 9 forks source link

add tbm support and fix c&p-bug #8

Closed gnzlbg closed 6 years ago

gnzlbg commented 6 years ago

@shepmaster would it be possible to do a minor release after merging this so that we can use it for testing in stdsimd?

shepmaster commented 6 years ago

Closing in favor of #12 — I strongly prefer separate commits for distinct changes.

gnzlbg commented 6 years ago

@shepmaster makes sense, sorry about that. Is there an easy way to split a commit with multiple changes into smaller commits with git? It seems that you did that pretty fast.


EDIT: ok seems that git rebase -i can do a lot of stuff I have no idea about. Will check that.

shepmaster commented 6 years ago

ok seems that git rebase -i can do a lot of stuff I have no idea about

Yes, I probably spend about 50% of my time with git in git rebase -i, 45% in git add -p, and 5% in the rest. Those two commands allow me to organize my commits in a logical, story-like fashion.