[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Build Lua with only integer numbers
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 2 Apr 2021 20:13:01 -0300
> I am wondering, was removing the "number type selection macros" (or
> rather limiting them to float vs double if I get it right) a decision
> of the Lua team because of the increased complexity of Lua 5.3? or
> was it a decision to "give up" MCus as a potential target and focus on
> larger and more "modern" platforms (x86, ARM)?
What do you mean by 'removing the "number type selection macros"'?
-- Roberto