Can we have ucent ?

Stanislav Blinov stanislav.blinov at gmail.com
Tue Oct 30 18:57:48 UTC 2018


On Tuesday, 30 October 2018 at 18:35:59 UTC, Steven Schveighoffer 
wrote:
> On 10/30/18 2:23 PM, Stanislav Blinov wrote:
>> On Tuesday, 30 October 2018 at 18:07:23 UTC, Basile B. wrote:
>> 
>>> I think that the feature could be implemented as compiler 
>>> special functions that would be located in druntime...
>> 
>> Umm, no, thank you very much. It's bad enough that array 
>> operations have to go through druntime. Arithmetic types have 
>> no business being there whatsoever.
>
> Well, wouldn't it be like a backup implementation if the CPU 
> doesn't have 128-bit registers?

So long as it doesn't compile into shared library calls, I guess 
it could be fine.

> This is actually something I would EXPECT to be in druntime, 
> since it's very platform/compiler specific.

It's very CPU/compiler-specific, not runtime-specific though.

> array operations are just there because of legacy (at least in 
> the form they are in).

Sad story of D's life :(



More information about the Digitalmars-d mailing list