Giter Club home page Giter Club logo

Comments (4)

Ono-Sendai avatar Ono-Sendai commented on June 23, 2024 1

Hi, it works great so far, thank you.

from joltphysics.

jrouwe avatar jrouwe commented on June 23, 2024

Is it not possible to just define JPH_USE_SSE (and potentially JPH_USE_SSE4_1, JPH_USE_SSE4_2) in your project?

So far I didn't enable SSE for the WASM target because Safari only fairly recently got support for it.

from joltphysics.

Ono-Sendai avatar Ono-Sendai commented on June 23, 2024

A couple of issues with just defining JPH_USE_SSE:

C:\code\substrata\jolt\Jolt\Core\Core.h(60,1): warning C4005: 'JPH_USE_SSE': macro redefinition

and there is some other code in the JPH_USE_SSE branches that Emscripten doesn't support:

C:/code/substrata/jolt\Jolt/Core/FPControlWord.h:22:3: error: use of undeclared identifier '_mm_setcsr' 22 | _mm_setcsr((mPrevState & ~Mask) | Value); | ^

C:/code/substrata/jolt\Jolt/Core/FPFlushDenormals.h:15:33: error: no template named 'FPControlWord' 15 | class FPFlushDenormals : public FPControlWord<_MM_FLUSH_ZERO_ON, _MM_FLUSH_ZERO_MASK> { }; | ^

from joltphysics.

jrouwe avatar jrouwe commented on June 23, 2024

Can you try this latest fix that I submitted?

from joltphysics.

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.