libmir / dcv

Computer Vision Library for D Programming Language
http://dcv.dlang.io/
Boost Software License 1.0
91 stars 18 forks source link

DMD support can be added back #91

Open 9il opened 7 years ago

9il commented 7 years ago

Sorry for this, but we can add DMD support back. The GLAS (only level3) package is Better C library now and it was removed from main Mir repo. mir v0.21.0 supports DMD. You can use mir.internal.math, which contains aliases to LLVM intrinsics and std.math imports

ljubobratovicrelja commented 7 years ago

Awesome news. We should add dmd back to travis then.

9il commented 7 years ago

There will be errors because import from llvm.intrinsics. I have created https://github.com/libmir/mir-math, which contains public https://github.com/libmir/mir-math/blob/master/source/mir/math/internal.d (support both LDC and DMD)

Please you this packages instead when possible.

ljubobratovicrelja commented 7 years ago

Yes, I figured. No worries, we'll sort it out.