| 474 | } |
| 475 | |
| 476 | DAS_EVAL_ABI __forceinline vec4f eval ( const SimFunction * fnPtr, vec4f * args = nullptr, void * res = nullptr ) { |
| 477 | return callWithCopyOnReturn(fnPtr, args, res, 0); |
| 478 | } |
| 479 | |
| 480 | template <typename TT> |
| 481 | __forceinline void threadlock_context ( TT && subexpr ) { |
no test coverage detected