Added dt_on_output field to auxinfo_t.

Details:
- Added a new field to the auxinfo_t struct that can be used, in theory,
  to request type conversion before the microkernel stores/accumulates
  its microtile back to memory.
- Added the appropriate get/set static functions to bli_type_defs.h.
This commit is contained in:
Field G. Van Zee
2018-06-27 15:52:37 -05:00
parent de493b0f34
commit bd8c55fe26
2 changed files with 13 additions and 0 deletions

View File

@@ -998,6 +998,9 @@ typedef struct
inc_t is_a;
inc_t is_b;
// The type to convert to on output.
num_t dt_on_output;
} auxinfo_t;