Author Topic: deleted  (Read 3324 times)

acbaile

  • Newbie
  • *
  • Posts: 22
    • View Profile
deleted
« on: October 09, 2018, 02:39:44 PM »
deleted
« Last Edit: January 27, 2019, 09:15:19 PM by acbaile »

lerno

  • Full Member
  • ***
  • Posts: 247
    • View Profile
Re: "uint128", "uint256", "uint512" - for add in future
« Reply #1 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.