棋子 · 2020年02月24日

There is not a single normal training course, blog presentation

There is not a single normal training course, blog presentation, or anything else about programming arm64-v8a !!!!

NO ONE !!!Just amazing.Tons of some meaningless muddy idiocy.And not a single normal example, for example, how to load one of two numbers - no! Just fantastic, unbelievable! Here is an example :

// c code

extern void aLoad(float aVal[2], float x, float y) asm("MyLoad");

// arm64-v8a

 .text

 .align 4


 .global MyLoad
 .type MyLoad, %function

MyLoad:

    .L_loop:

// x1 = x, x1 = y

      ldr s0, [x1]
      ldr s1, [x2]

       str d0, [x0]

       bgt .L_loop
                      ret

but this example of mine is wrong, but how to write the right one, I don’t know and can’t find ANY human written language tutorial's who would explain to me how to do it. It is unimaginable how to write manuals and other documentation so that absolutely nothing is understood !!!!

1 个回答 得票排序 · 时间排序
极术小姐姐 · 2020年02月24日

At armeabi-v7a In the model, I can decide to write a solution, but for arm 4 it is generally impossible.And most importantly, it is promised that the changes are small, but they can be sorted out.So - they can not deal with such documentation

你的回答
关注数
1
收藏数
0
浏览数
1999
极术小姐姐
极术微信服务号
关注极术微信号
实时接收点赞提醒和评论通知
安谋科技学堂公众号
关注安谋科技学堂
实时获取安谋科技及 Arm 教学资源
安谋科技招聘公众号
关注安谋科技招聘
实时获取安谋科技中国职位信息