且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Xcode arm64 与 arm64e

更新时间:2021-10-06 21:45:27

A12 芯片组采用 arm64e 架构,2018 年最新的 iPhone 机型 (XS/XS Max/XR) 中增加了该架构.代码编译为 ARMv8.3,这带来了对新功能的支持.即:

The arm64e architecture is used on the A12 chipset, which is added in the latest 2018 iPhone models (XS/XS Max/XR). The code compiles to ARMv8.3, which brings support for new features. Namely:

  • 指针认证
  • 嵌套虚拟化
  • 高级 SIMD 复数支持
  • 改进了 Javascript 数据类型转换支持
  • 对内存一致性模型的更改
  • ID 机制支持更大的系统可见缓存

A12 采用 Apple 设计的 64 位 ARMv8.3-A 六核 CPU

The A12 features an Apple-designed 64-bit ARMv8.3-A six-core CPU

https://en.wikipedia.org/wiki/Apple_A12

在此处阅读有关架构的更多信息:

Read more about the architecture here as well:

https://community.arm.com/processors/b/blog/posts/armv8-a-architecture-2016-additions