16 Matching Annotations
  1. Nov 2023
    1. 2020年11月11日,蘋果公司發布基於ARM晶片(Apple M1)的蘋果桌上型電腦和筆記型電腦

      Apple Silicon (M1, M2, M3) is ARM-based.

    1. 2:00 "...weil wir eine regierung haben, die nicht einsieht, dass das was sie tut falsch und schlecht für das land ist" naja... wir sind im "krieg reich gegen arm" und wie man seinem offensichtlichen feind "dummheit" unterstellen kann, ist mir schleierhaft. der industriestandort deutschland wird komplett abgerissen, ganz einfach weil die rohstoffe ausgehen, und weil wir ungefähr 10x zu viele menschen haben.

  2. Oct 2019
  3. Sep 2018
  4. Jul 2018
  5. Oct 2016
    1. ADD Vd.4S, Vn.4S, Vm.4S

      和之前32bit neon对比,将操作类型和个数放到了操作数部分,不再通过指令区分

  6. Mar 2016
    1. The latencies shown assume the memory access hits in the Level 1 Data Cache

      命中L1 cache的情况下latency还有4,所以一定要把load都统一放前面一点儿。

    1. 6 - (3 × 5) = -10

      saturation这个地方需要注意

    2. Vectorizing examples

      很有用的方法论,如何向量化code

    3. VFP unit is therefore sometimes referred to as the Floating Point Unit (FPU)

      gcc那个mfpu选项就是这个含义了

    4. The ARMv6 architecture introduced a small set of SIMD instructions that operate on multiple 16-bit or 8-bit values packed into standard 32-bit ARM general-purpose register

      除了在neon的寄存器,还可以直接在arm的寄存器上进行SIMD