intel / ARM_NEON_2_x86_SSE

The platform independent header allowing to compile any C/C++ code containing ARM NEON intrinsic functions for x86 target systems using SIMD up to AVX2 intrinsic functions
Other
430 stars 149 forks source link

MIT licensed copy? #4

Closed nemequ closed 7 years ago

nemequ commented 7 years ago

I've been working on a similar project called SIMDe lately, with the goal of being able to use any SIMD instruction set (MMX/SSE/AVX, NEON, MSA, AltiVec/VSX, etc.) anywhere. Until now I've mostly focused on writing portable implementations x86/x86_64 SIMD intrinsics, but I'd like to start working on implementing NEON.

Using code from this project would give us a huge boost, but SIMDe uses an MIT license. Given that this project is also using a very permissive license, I was wondering if it would be possible to get an MIT-licensed version? It's probably not a deal-breaker for us, but if possible I'd like to keep the licensing as simple as possible, and a single license would really help.

Zvictoria commented 7 years ago

Unfortunately while the whole content of this repo is mine, the license questions are under responsibility of Intel legal - you need to contact them for such requests :)