| 307 | } |
| 308 | |
| 309 | void das_context_eval_with_catch_cmres ( das_context * context, das_function * fun, vec4f * arguments, void * cmres ) { |
| 310 | ((Context *)context)->evalWithCatch((SimFunction *)fun, arguments, cmres); |
| 311 | } |
| 312 | |
| 313 | void das_context_eval_with_catch_cmres_unaligned ( das_context * context, das_function * fun, vec4f_unaligned * arguments, int narguments, void * cmres ) { |
| 314 | vec4f * args = nullptr; |