• ARM DSP库中__SIMD32(addr) 宏定义?

    qulei
    qulei

    /**

    * @brief definition to read/write two 16 bit values.

    */

    #define __SIMD32(addr) (*(int32_t **) & (addr))

    为什么不写成 #define __SIMD32(addr) (int32_t *) (addr)

    有什么好处?

    • over 4 years ago
    • 中文社区
    • 中文社区论区
  • View related content throughout 中文社区
  • More
  • Cancel