Sandy
Sandy
This error is a completely separate issue and should be fixed with #62 > ``` > CMake Error in bgfx/CMakeLists.txt: > Target "astc-codec" INTERFACE_INCLUDE_DIRECTORIES property contains path: > > "/tmp/bgfx-fail/bgfx/"...
Build is green on travis and appveyor
Branch is ready for review as it is green. Here were my issues that were resolved. > Issues > --- > > While Debug passes the tests and works for...
> So, in that specific function the difference between optimizing and not is the usage of AVX instructions. > What were the issues, exactly? Crashes? Clobbering? Clang 6 would vectorize...
Rebased onto master and added the comment as per @DrChat request
@Margen67 `cpu` would be a better tag than `test` since the tests are testing the ppc cpu emulation :P
Cherry-pick register fix from https://github.com/xenia-project/xenia/pull/1517 If that gets merged beforehand, then this branch will need to be rebased.
3 tests started to fail on linux with relatively small floating point differences: * `instr_fmadds.s` * `instr_fsqrt.s` * `instr_fmadd.s`
The `.gdbinit` conflict has to be resolved without an `-X` strategy. Unfortunately, using `-X theirs` will replace the changes from `linux_threading` and we need both changes from `linux_threading` (gdb ignoring...
Oh yeah, I should add: Use gdb for debugging, lldb is painfully slow and I'm not sure why.