HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dominikh

no profile record

Submissions

Brandon's Semiconductor Simulator

brandonli.net
191 points·by dominikh·в прошлом году·29 comments

The Trouble with Anti-Aliasing (2022)

hikogui.org
2 points·by dominikh·в прошлом году·0 comments

Gnome Files: A detailed UI examination

datagubbe.se
289 points·by dominikh·2 года назад·282 comments

comments

dominikh
·4 месяца назад·discuss
If 0.02 is the JND of deltaEOK, how come everybody is getting results an order of magnitude smaller? Even the author himself (at https://www.keithcirkel.co.uk/too-much-color/) says they get 0.0028, but never elaborate on the significance of that result.
dominikh
·3 года назад·discuss
Note that the source you're seeing there is the fallback implementation, which is only used if there is no instruction for FMA in the architecture you're compiling for. On AMD64, for example, the call to math.FMA will be replaced by the VFMADD231SD instruction.