-
Looking at issue #227, it is suggested to use a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It is off by default in the jolt-physics npm package. If you want it on, you need to build it yourself using:
I'm not sure if you will actually need this setting as it is mostly there to remove the differences in SIMD calculations between platforms (e.g. replacing -x with 0.0-x to make the handling of -0.0 the same between platforms). Since the WASM version is the same everywhere, there is a good chance that it will produce the same results. |
Beta Was this translation helpful? Give feedback.
It is off by default in the jolt-physics npm package. If you want it on, you need to build it yourself using:
I'm not sure if you will actually need this setting as it is mostly there to remove the differences in SIMD calculations between platforms (e.g. replacing -x with 0.0-x to make the handling of -0.0 the same between platforms). Since the WASM version is the same everywhere, there is a good chance that it will produce the same results.