mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
Remove built_function
With today's branch prediction techniques, it's hardly useful.
This commit is contained in:
parent
d2897bc6a0
commit
12c83b340d
11 changed files with 17 additions and 112 deletions
|
@ -2265,7 +2265,7 @@ namespace utils
|
|||
|
||||
#if defined(ARCH_X64)
|
||||
template <uint Mode>
|
||||
inline built_function<__m128(*)(__m128)> sse41_roundf("sse41_roundf", [](native_asm& c, native_args&)
|
||||
const auto sse41_roundf = build_function_asm<__m128(*)(__m128)>("sse41_roundf", [](native_asm& c, native_args&)
|
||||
{
|
||||
static_assert(Mode < 4);
|
||||
using namespace asmjit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue