gecko0307 / dlib

Allocators, I/O streams, math, geometry, image and audio processing for D
https://gecko0307.github.io/dlib
Boost Software License 1.0
217 stars 34 forks source link

Update sse to support GNU d compiler #185

Closed aperfilev closed 7 months ago

aperfilev commented 7 months ago

This makes whole library compilable under GDC (GNU D compiler)

Made changes:

Added GNU D compiler support for SSE operations.

aperfilev commented 7 months ago

@gecko0307, Let me know if you would also like to add unit tests for methods I've added.