HackerTrans
トップ新着トレンドコメント過去質問紹介求人

dominikh

no profile record

投稿

Brandon's Semiconductor Simulator

brandonli.net
191 ポイント·投稿者 dominikh·昨年·29 コメント

The Trouble with Anti-Aliasing (2022)

hikogui.org
2 ポイント·投稿者 dominikh·昨年·0 コメント

Gnome Files: A detailed UI examination

datagubbe.se
289 ポイント·投稿者 dominikh·2 年前·282 コメント

コメント

dominikh
·4 か月前·議論
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 年前·議論
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.