mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
SPU LLVM: emulate PSHUFB
For targets without SSSE3 support
This commit is contained in:
parent
759370ea1b
commit
37577714fa
3 changed files with 45 additions and 1 deletions
|
@ -111,6 +111,9 @@ public:
|
|||
return *m_engine;
|
||||
}
|
||||
|
||||
// Test SSSE3 feature
|
||||
bool has_ssse3() const;
|
||||
|
||||
// Add module (path to obj cache dir)
|
||||
void add(std::unique_ptr<llvm::Module> module, const std::string& path);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue