summaryrefslogtreecommitdiff
path: root/test/lit/basic/f16.wast
Commit message (Expand)AuthorAgeFilesLines
* [FP16] Implement conversion operations. (#6974)Brendan Dahl2024-09-261-0/+87
* [FP16] Implement madd and nmadd. (#6878)Brendan Dahl2024-09-031-30/+96
* [FP16] Implement unary operations. (#6867)Brendan Dahl2024-08-271-30/+183
* [FP16] Implement arithmetic operations. (#6855)Brendan Dahl2024-08-211-1/+200
* [FP16] Implement relation operations. (#6825)Brendan Dahl2024-08-091-30/+186
* [FP16] Implement lane access instructions. (#6821)Brendan Dahl2024-08-081-0/+89
* [FP16] Implement load and store instructions. (#6796)Brendan Dahl2024-08-061-0/+79