MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / new_vec512_array

Function new_vec512_array

lib/asmjit/asmjit/ujit/unicompiler.h:923–925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

921 }
922
923 ASMJIT_INLINE void new_vec512_array(OpArray& dst, size_t n, const char* name) noexcept {
924 new_reg_array(dst, n, TypeId::kInt32x16, name);
925 }
926
927 ASMJIT_INLINE void new_vec512_array(OpArray& dst, size_t n, const char* prefix, const char* name) noexcept {
928 new_reg_array(dst, n, TypeId::kInt32x16, prefix, name);

Callers

nothing calls this directly

Calls 1

new_reg_arrayFunction · 0.85

Tested by

no test coverage detected