Another take on decimal data types

Steven Schveighoffer schveiguy at yahoo.com
Thu Jan 11 18:22:40 UTC 2018


On 1/11/18 1:15 PM, rumbu wrote:
> On Thursday, 11 January 2018 at 11:19:41 UTC, Robert M. Münch wrote:
>> On 2018-01-08 22:16:25 +0000, rumbu said:
>>
>>> This is my first D finalized project (+16k loc).
>>
>> Great stuff! Will this work in betterC mode?
>>
> 
> It will not work without some refactory. Most of phobos/druntime 
> dependencies are minimal an can be rewritten - in fact there are only 9 
> dependencies: bsr, bsf, addu, subu, adds, subs from druntime and isNaN, 
> isinfinity, signbit from std.math.

Some of those are intrinsics, and don't actually link to any druntime 
functions.

-Steve


More information about the Digitalmars-d-announce mailing list