Changes between Version 59 and Version 60 of library_stdio
- Timestamp:
- Apr 8, 2015, 8:55:19 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v59 v60 62 62 63 63 The list of supported coprocessors and their characteristics are defined below: 64 || coproc_type || nb_to_coproc || nb_from_coproc || nb_config || nb_status || 65 || COPROC_TYPE_GCD || 2 || 1 || 1 || 0 || 66 || COPROC_TYPE_DCT || 1 || 1 || 1 || 0 || 64 || coproc_type || Function ||nb_to_coproc || nb_from_coproc || nb_config || nb_status || 65 || COPROC_TYPE_GCD || Greater Common Divider || 2 || 1 || 1 || 0 || 66 || COPROC_TYPE_DCT || Discrete Cosinus Transform || 1 || 1 || 1 || 0 || 67 || COPROC_TYPE_CPY || Memory Copy || 1 || 1 || 1 || 0 || 67 68 68 69 === 1) void '''giet_coproc_alloc'''( unsigned int coproc_type, unsigned int* info, unsigned int* cluster_xy ) === … … 312 313 313 314 314