stage2 AArch64: Implement basic truncate functionality

This commit is contained in:
joachimschmidt557
2022-04-16 18:58:48 +02:00
parent c78daeb642
commit f95a8ddafa
5 changed files with 224 additions and 53 deletions

View File

@@ -15,8 +15,6 @@ test "empty function with comments" {
}
test "truncate" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
try expect(testTruncate(0x10fd) == 0xfd);
comptime try expect(testTruncate(0x10fd) == 0xfd);
}