AuburnSounds / intel-intrinsics

The Dlang SIMD library
https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#techs=MMX,SSE,SSE2,SSE3,SSSE3,SSE4_1
Boost Software License 1.0
68 stars 11 forks source link

Doing nothing vs going pragma(inline, true) vs function literals #137

Open p0nce opened 6 months ago

p0nce commented 6 months ago

https://github.com/ldc-developers/ldc/issues/4388#issuecomment-2002054510

Need to makes a well balanced decision for this! Surprising development.

Problem statement:

p0nce commented 4 months ago

A redub build is 40% slower due to no --combined existing, is it an issue?