HackerTrans
TopNewTrendsCommentsPastAskShowJobs

albinahlback

13 karmajoined 5 jaar geleden

comments

albinahlback
·9 dagen geleden·discuss
Very nicely typeset.
albinahlback
·2 jaar geleden·discuss
Looks like Zen 5 will now have 3 integer multiplication ports? Hopefully that yields a reciprocal throughput of 2/3 of sequences of mulx instructions!

EDIT: With the 8-wide dispatch system, I suppose it can actually target Apple's silicon when it comes to asymptotics, no?
albinahlback
·2 jaar geleden·discuss
While I do think there are a lot of reasons to why one should not write in assembly, time-critical base routines can often benefit a lot from being written in assembly (take GMP's mpn-module for instance). However, this puts some constraint on how the code should be formatted (in GMP's case, this means that everything the mpz-module does is derived from the mpn-module), which cannot be said for all applications.
albinahlback
·2 jaar geleden·discuss
Very good tool for learning LaTeX, and has some tutorials as well.

Unfortunately, in my experience it does not work as well with Git as they advertise.
albinahlback
·2 jaar geleden·discuss
I've been interested to try out (Net|Open|Free)BSD for a while. I mostly code and compile C code. What should one expect when going from Linux to either of these BSD systems?