MCPcopy Create free account
hub / github.com/pydata/numexpr / VEC_ARG0_ALIGNED

Function VEC_ARG0_ALIGNED

code_generators/interp_generator.py:368–378  ·  view source on GitHub ↗
(expr: str)

Source from the content-addressed store, hash-verified

366# stride
367
368def VEC_ARG0_ALIGNED(expr: str) -> str:
369 return '''
370{
371 NE_REGISTER store_in = params->program[pc].ret;
372 BOUNDS_CHECK(store_in);
373
374 char *dest = params->registers[store_in].mem;
375 EXPR;
376 return 0;
377}
378'''.replace('EXPR', expr)
379
380def VEC_ARG1_ALIGNED(expr: str) -> str:
381 return '''

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…