UoB-HPC/SimEng

[AArch64] Verify and fix FCVTZU execution logic

Closed this issue · 1 comments

The current implementation of FCVTZU has some failing tests, and the execution logic looks to be incorrrect in places (i.e. not using unsigned types). A small assembly kernel should be written for each currently implemented FCVTZU variant to verify the expected functionality.

Additionally, NANs, denrom, and saturation is not handled.

Issue completed with PR #352 merged into dev branch.