Inline assembly that clobbers the red zone

后端 未结 5 1281
迷失自我
迷失自我 2020-12-03 10:19

I\'m writing a cryptography program, and the core (a wide multiply routine) is written in x86-64 assembly, both for speed and because it extensively uses instructions like <

5条回答
  •  [愿得一人]
    2020-12-03 11:23

    What about creating a dummy function that is written in C and does nothing but call the inline assembly?

提交回复
热议问题