graalvm / sulong

Obsolete repository. Moved to oracle/graal.
Other
628 stars 63 forks source link

Add implementation of @llvm.x86.avx2.psrli.d and @llvm.x86.avx2.pslli… #856

Open pointhi opened 6 years ago

pointhi commented 6 years ago

FIX: #847

Test seems to export different code as expected. Probably -march=native is required for avx2 testcase built

I was only able to create avx2 instructions. @mrigger on the other hand had sse2 instructions with the same name. If possible he should try to run the testcases as well to check if the sse2 implementation does not differ. (I was not able to test it for now)