You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* shader_jit/tests: Add support for multiple inputs
Allows for multiple `Vec4f` inputs for each run
* shader_jit/tests: Add additional shader-jit tests
Add some more expansive tests for each of the shader-instructions for
regression-testing. `MAD`/`MADI` is not added due to an upstream bug in
nihstro:
neobrain/nihstro#68
Calling
nihstro::InlineAsm::CompileToRawBinary
with anOpCode::Id::MAD
instruction causes anUnknown instruction
exception to throw.nihstro/include/nihstro/inline_assembly.h
Lines 400 to 402 in e924e21
OpCode::Id::MAD
is aOpCode::Type::MultiplyAdd
which is unhandled by the switch-case and uses the exception-throwingdefault:
-case.The text was updated successfully, but these errors were encountered: