Remove 128bit code generation from test case

128 bit integer support is not always available for every GCC arch and we
will need to rely on runtime libraries for these operations in the future.

Addresses #1439
This commit is contained in:
Philip Herron 2022-08-09 16:18:33 +01:00
parent 4db24e3f2b
commit fefd8633dc
1 changed files with 0 additions and 1 deletions

View File

@ -67,6 +67,5 @@ impl_uint!(
u16 = "u16",
u32 = "u32",
u64 = "u64",
u128 = "u128",
usize = "usize"
);