Silviu Caragea
Silviu Caragea
Most of the time you don't have the guarantee that build machines supports same SIMD instructions like the machines where the app will run. In case the build is not...
I'm not sure if only hardware older than 8+ will not have this features. In my case I'm trying to run a build compiled on a physical machine in a...
Usually a better way is to detect at run-time what features the CPU supports and enable/disable them. This is what lot of libs are doing like libvpx, libyuv etc. But...
I'm thinking if there is any better way to pass to rebar3 before compiling an env variable.. Otherwise users that needs to use PORTABLE=1 needs to fork the project, commit...
Ohh thanks ! this is nice, I'll give a try. I think you should put in readme this for every one else that might encounter this problem. Silviu
ohh ok :) thanks
@fogfish you can also add documentation for `capacity` in the readme
Your alternative is good enough :)
@fogfish seems there is a problem with mix and rebar.config.script files. On erlkaf we don't include this file into hex package but esq does.. I'm not familiar with mix but...
Are you sure is not the same case as here https://github.com/cameron314/concurrentqueue/issues/271 ?