C2 forum

General Category => Ideas => Topic started by: acbaile on October 09, 2018, 02:39:44 PM

Title: deleted
Post by: acbaile on October 09, 2018, 02:39:44 PM
deleted
Title: Re: "uint128", "uint256", "uint512" - for add in future
Post by: lerno on October 17, 2018, 11:00:26 PM
128 bit floats already exist for some processors and is supported by LLVM. It should be included at least. For integers, LLVM would support i128 i256 i512 and up.