ziglings/patches/patches/064_builtins.patch
Manlio Perillo c7697a4282 Ensure the patches are up-to-date and consistent
Add the update-patches.py tool.

Update all the patches, so that the files are up-to-date and use the
same patch file format.
2023-04-18 18:16:19 +02:00

8 lines
200 B
Diff

67c67
< const expected_result: u8 = ???;
---
> const expected_result: u8 = 0b00010010;
82c82
< const tupni: u8 = @bitReverse(input, tupni);
---
> const tupni: u8 = @bitReverse(input);