Don Flymoor

Results 54 comments of Don Flymoor

Ok, here is the output: ```sh Thread 1 "FloatingSandbox" hit Breakpoint 1, Physics::OceanFloor::GetHeightAt ( this=0xd74e10, x=-75) at Floating-Sandbox/trunk/Game/OceanFloor.h:66 66 float const sampleIndexF = (x + GameParameters::HalfMaxWorldWidth) / Dx; (gdb) disassemble...

It looks like it didn't quite work... ```make /path/to/Floating-Sandbox/Benchmarks/SingleVectorNormalization.cpp:43:5: error: unknown type name '__m128' __m128 const Zero = _mm_setzero_ps(); ^ /path/to/Floating-Sandbox/Benchmarks/SingleVectorNormalization.cpp:43:12: error: expected unqualified-id __m128 const Zero = _mm_setzero_ps(); ^...

> Regarding SIMDE, yes, I know how it works. In my opinion though it's pointless to write code with intrinsics for a platform when these have to be translated to...

I pulled and recompiled, success!

Thanks! I really don't have much experience with NEON, but I would be happy to try to "intrensicsise" the relaxation algorithm for ARM. I know of several good emulators for...

You may already have the processing power to run Raspbian (or Raspbian Lite), Raspbian is much less resource intensive then other distributions, like Ubuntu or OpenSUSE. If you want to...

Matches rule PyInstaller from ruleset PyInstaller at https://github.com/bartblaze/Yara-rules by @bartblaze Identifies executable converted using PyInstaller. This means that it uses a program to convert it from python to an exe...

Changing MemoryAccessErrors = true to MemoryAccessErrors = false fixes it

There is another workaround, where you disable the controllers before pressing e and then reenabling them. Perhaps that should be the default for vr until another is found?