Amin Ya

Results 1114 comments of Amin Ya

> > > I think Intel has Opened Sourced SVML and injected the code into the latest versions of GCC. > I don't remember where I saw it but one...

> > > BTW, [SLEEFPirates now](https://github.com/chriselrod/SLEEFPirates.jl/blob/master/deps/build.jl) tries to find `libmvec.so.1` on Linus systems. This is the glibc shared library that contains some SVML functions. > > If it can find...

> > > > That is nice! Does Windows have that too? > > Not that I know of. > Macs have "AppleAccelerate" which may have some functions. I'd accept...

> Regarding the license, I checked https://www.gnu.org/licenses/gcc-exception-3.1.en.html and https://softwareengineering.stackexchange.com/questions/327622/what-are-the-licensing-requirements-for-a-program-i-compile-using-gcc. It is stated in the exception that the software generated by GCC compiler is not covered under GPL license even if...

I guess so. If the library is used directly, that gets GPLed, but if let GCC compiler decides, it is an exception. 😄

> I think stevenjg is an expert on licenses as well as special function implementations. Not sure what the etiquette standard is on tagging someone who wasn't a part of...

Do we have a list of all working functions in IntelVectorMath?

> > > Intriguing. > I suppose a few tests would be necessary to see if the speed is comparable with base. We should see if Intel provides scalar API....

I am also interested to know which implementation is faster. [protobuf.js](https://github.com/protobufjs/protobuf.js), this repo, or the WASM build.

@Jardynq Could you send a PR for us to try?