HackerTrans
TopNewTrendsCommentsPastAskShowJobs

albinahlback

13 karmajoined vor 5 Jahren

comments

albinahlback
·vor 9 Tagen·discuss
Very nicely typeset.
albinahlback
·vor 2 Jahren·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
·vor 2 Jahren·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
·vor 2 Jahren·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
·vor 2 Jahren·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?