0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

LinuxのIntel x86のIntrinsic関数をRISC-VやARM用にポートする(10)

Last updated at Posted at 2024-10-08

この章では、x86−64で生成し、IBM PowerやRISC-Vなどに送られテストを実行するための、Intel Intrinsic関数のInputとOutputを記述したテストファイル群の仕様を記述する。

まずは、以下にファイルに含まれるべき要素を記述していく。

  • Intrinsic関数に入力されるInputデータ
  • Intrinsic関数から出力されたOutputデータ
  • Intrinsic関数の関数名

ここで、「C言語の型」から「テキスト」に変換する機構と、「テキスト」から「C言語の型」に変換する機構が必要となる。

続く

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?