並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 1 件 / 1件

新着順 人気順

tauntの検索結果1 - 1 件 / 1件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

tauntに関するエントリは1件あります。 Assembly が関連タグです。 人気エントリには 『Do Not Taunt Happy Fun Branch Predictor』があります。
  • Do Not Taunt Happy Fun Branch Predictor

    I've been writing a lot of AArch64 assembly, for reasons. I recently came up with a "clever" idea to eliminate one jump from an inner loop, and was surprised to find that it slowed things down. Allow me to explain my terrible error, so that you don't fall victim in the future. A toy model of the relevant code looks something like this: float run(const float* data, size_t n) { float g = 0.0; while

    1

    新着記事