Re: intel compiler support interest?

2020-06-13 Thread Stephen McDowell
Hi Alexei, It's only __builtin_shuffle that's a problem. I'm a simd novice at best hehe. I played around for a good long while trying to find an equivalent shuffle intrinsic, for now I was just working off of the GCC examples for __builtin_shuffle: https://godbolt.org/z/gPiZQL It's technically

Re: [Freetype-devel] Re: GSOC - Distance Fields

2020-06-13 Thread Anuj Verma
Hello Alexei, [sorry for the late very reply, my internet was down yesterday] > * How many times do you have to solve this for each glyph? * A considerable amount of time. If you want the exact number it is `width * rows * number_of_conic_curves', without any optimization. > * How many

Re: Logging Library-GSOC

2020-06-13 Thread Behdad Esfahbod
I find it a *very* bad idea to have code in FreeType that would write to a file. Specially bad if that can be controlled by an env-var. I still think what's desired can be done best by just revamping and writing custom code in FreeType itself. This is my last word on this particular topic, but

Re: intel compiler support interest?

2020-06-13 Thread Alexei Podtelezhnikov
On Fri, Jun 12, 2020 at 8:07 AM Stephen McDowell wrote: > I help maintain the spack package manager when I can, currently users with > intel compilers cannot build / install any version after 2.7.1 due to the > usage of __builtin_shuffle (for some reason Intel still doesn't support this). Is

RE: Logging Library-GSOC

2020-06-13 Thread armin
Hi Priyesh, > I have updated the progress report for this week @ > https://docs.google.com/document/d/1X5ApmVxz0pXcGUCF9Um5VhVZV403LWDIYFbKYg1aLoQ/edit?usp=sharing Thanks for your update & write-up, looks promising :) I agree with your approach of trying to find the most lightweight C logger