Code Monkey home page Code Monkey logo

Comments (4)

manodeep avatar manodeep commented on June 14, 2024

Thanks for opening the issue. Your best bet would be to use the Intel C compiler + SVML or MKL. And then the _mm_sin_ps/d should work for SSE, you will need a similar bit with _mm256_sin_ps/d for AVX, _mm512_sin_ps/d for AVX512F.

While it is not used at the moment, the common.mk contains the code the compile with MKL. See if that works for you, or check out the Intel MKL link-line advisor for your setup. If neither works, please post your compile log and the error you get.

If you want to go the difficult route, then you can use something like this library for SSE, and perhaps this AVX one. I haven't used either one personally - so can't vouch for usability or accuracy.

Hope this helps!

from corrfunc.

manodeep avatar manodeep commented on June 14, 2024

@vidirsic Did you manage to resolve the issue?

from corrfunc.

vidirsic avatar vidirsic commented on June 14, 2024

from corrfunc.

manodeep avatar manodeep commented on June 14, 2024

Ohh not a problem at all! I am glad that you figured out a way around the issue.

Please do report any such issue - it helps us to improve the code for everyone :)

from corrfunc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.