mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
(nw) Temporarily split all RSP functions into SIMD and scalar versions so
that they can more easily be run alongside each other for the purposes of regression testing. Currently SIMD ops introduce some lighting issues, but only when a light and model are axis-aligned, which makes it remarkably difficult to track down based solely on comprehensive logging, so this will eventually allow for running the scalar version of the opcode after the SIMD one in order to deduce exactly which SIMD opcode is divergent.
This commit is contained in:
parent
08494cec2e
commit
54eaeea942
@ -16,7 +16,8 @@
|
||||
#ifndef __RSP_H__
|
||||
#define __RSP_H__
|
||||
|
||||
#define USE_SIMD (0)
|
||||
#define USE_SIMD (1)
|
||||
#define SIMUL_SIMD (1)
|
||||
|
||||
#if USE_SIMD
|
||||
#include <tmmintrin.h>
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user