From 502fc9492c2b1401f696c1e4055fa7b505296a58 Mon Sep 17 00:00:00 2001 From: Xiaoyang LI Date: Fri, 1 Nov 2019 10:06:28 +0800 Subject: [PATCH] update arm architecture (#2306) * add support_hardware, test=develop * update arm architecture --- _all_pages/develop/support_hardware.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_all_pages/develop/support_hardware.md b/_all_pages/develop/support_hardware.md index 1510c1a350..5f81ff031a 100644 --- a/_all_pages/develop/support_hardware.md +++ b/_all_pages/develop/support_hardware.md @@ -5,6 +5,7 @@ title: 支持硬件列表 ## ARM CPU Paddle Lite支持[ARM Cortex-A系列处理器](https://en.wikipedia.org/wiki/ARM_Cortex-A),支持列表如下: +### 32bit(ARMv7a) - Cortex-A5 - Cortex-A7 - Cortex-A8 @@ -13,6 +14,7 @@ Paddle Lite支持[ARM Cortex-A系列处理器](https://en.wikipedia.org/wiki/ARM - Cortex-A15 - Cortex-A17(RK3288) - Cortex-A32 +### 64bit(ARMv7a, ARMv8a) - Cortex-A35 - Cortex-A53(树莓派3) - Cortex-A55 -- GitLab