mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-21 16:41:56 +03:00
6a98bf3dba
* add u128 and i128 integer types * add f128 floating point type * implement big integer multiplication (See #405)