When will you implement cent and ucent?

Guillaume Piolat first.last at gmail.com
Tue Mar 29 13:07:08 UTC 2022


On Tuesday, 29 March 2022 at 12:20:21 UTC, max haughton wrote:
>
> That being said it may be possible to lower the cent type to 
> the druntime type as a hack, then LDC and GDC can do what they 
> need to do.

In intel-intrinsics, unsupported vector types are emulated:
   - all vectors in DMD 32-bit
   - all vectors in DMD 64-bit with an option that disable D_SIMD
   - AVX vectors in GDC without AVX

so it's just a matter of adding a version there and some work, to 
have backend support AND work everywhere.



More information about the Digitalmars-d mailing list