@@ -195,7 +195,7 @@ int8_t stdlib_ndarray_z_as_c_0d( struct ndarray *arrays[], void *fcn ) {
195195* stdlib_ndarray_free( x );
196196*/
197197int8_t stdlib_ndarray_z_as_c_1d ( struct ndarray * arrays [], void * fcn ) {
198- typedef stdlib_complex64_t func_type ( void );
198+ typedef stdlib_complex64_t func_type (const void * );
199199 func_type * f = (func_type * )fcn ;
200200 STDLIB_NDARRAY_NULLARY_1D_LOOP_CLBK_RET_CAST_FCN ( stdlib_complex128_t , stdlib_complex128_from_complex64 )
201201 return 0 ;
@@ -279,7 +279,7 @@ int8_t stdlib_ndarray_z_as_c_1d( struct ndarray *arrays[], void *fcn ) {
279279* stdlib_ndarray_free( x );
280280*/
281281int8_t stdlib_ndarray_z_as_c_2d ( struct ndarray * arrays [], void * fcn ) {
282- typedef stdlib_complex64_t func_type ( void );
282+ typedef stdlib_complex64_t func_type (const void * );
283283 func_type * f = (func_type * )fcn ;
284284 STDLIB_NDARRAY_NULLARY_2D_LOOP_CLBK_RET_CAST_FCN ( stdlib_complex128_t , stdlib_complex128_from_complex64 )
285285 return 0 ;
@@ -363,7 +363,7 @@ int8_t stdlib_ndarray_z_as_c_2d( struct ndarray *arrays[], void *fcn ) {
363363* stdlib_ndarray_free( x );
364364*/
365365int8_t stdlib_ndarray_z_as_c_2d_blocked ( struct ndarray * arrays [], void * fcn ) {
366- typedef stdlib_complex64_t func_type ( void );
366+ typedef stdlib_complex64_t func_type (const void * );
367367 func_type * f = (func_type * )fcn ;
368368 STDLIB_NDARRAY_NULLARY_2D_BLOCKED_LOOP_CLBK_RET_CAST_FCN ( stdlib_complex128_t , stdlib_complex128_from_complex64 )
369369 return 0 ;
@@ -447,7 +447,7 @@ int8_t stdlib_ndarray_z_as_c_2d_blocked( struct ndarray *arrays[], void *fcn ) {
447447* stdlib_ndarray_free( x );
448448*/
449449int8_t stdlib_ndarray_z_as_c_3d ( struct ndarray * arrays [], void * fcn ) {
450- typedef stdlib_complex64_t func_type ( void );
450+ typedef stdlib_complex64_t func_type (const void * );
451451 func_type * f = (func_type * )fcn ;
452452 STDLIB_NDARRAY_NULLARY_3D_LOOP_CLBK_RET_CAST_FCN ( stdlib_complex128_t , stdlib_complex128_from_complex64 )
453453 return 0 ;
@@ -531,7 +531,7 @@ int8_t stdlib_ndarray_z_as_c_3d( struct ndarray *arrays[], void *fcn ) {
531531* stdlib_ndarray_free( x );
532532*/
533533int8_t stdlib_ndarray_z_as_c_3d_blocked ( struct ndarray * arrays [], void * fcn ) {
534- typedef stdlib_complex64_t func_type ( void );
534+ typedef stdlib_complex64_t func_type (const void * );
535535 func_type * f = (func_type * )fcn ;
536536 STDLIB_NDARRAY_NULLARY_3D_BLOCKED_LOOP_CLBK_RET_CAST_FCN ( stdlib_complex128_t , stdlib_complex128_from_complex64 )
537537 return 0 ;
@@ -615,7 +615,7 @@ int8_t stdlib_ndarray_z_as_c_3d_blocked( struct ndarray *arrays[], void *fcn ) {
615615* stdlib_ndarray_free( x );
616616*/
617617int8_t stdlib_ndarray_z_as_c_4d ( struct ndarray * arrays [], void * fcn ) {
618- typedef stdlib_complex64_t func_type ( void );
618+ typedef stdlib_complex64_t func_type (const void * );
619619 func_type * f = (func_type * )fcn ;
620620 STDLIB_NDARRAY_NULLARY_4D_LOOP_CLBK_RET_CAST_FCN ( stdlib_complex128_t , stdlib_complex128_from_complex64 )
621621 return 0 ;
@@ -699,7 +699,7 @@ int8_t stdlib_ndarray_z_as_c_4d( struct ndarray *arrays[], void *fcn ) {
699699* stdlib_ndarray_free( x );
700700*/
701701int8_t stdlib_ndarray_z_as_c_4d_blocked ( struct ndarray * arrays [], void * fcn ) {
702- typedef stdlib_complex64_t func_type ( void );
702+ typedef stdlib_complex64_t func_type (const void * );
703703 func_type * f = (func_type * )fcn ;
704704 STDLIB_NDARRAY_NULLARY_4D_BLOCKED_LOOP_CLBK_RET_CAST_FCN ( stdlib_complex128_t , stdlib_complex128_from_complex64 )
705705 return 0 ;
@@ -783,7 +783,7 @@ int8_t stdlib_ndarray_z_as_c_4d_blocked( struct ndarray *arrays[], void *fcn ) {
783783* stdlib_ndarray_free( x );
784784*/
785785int8_t stdlib_ndarray_z_as_c_5d ( struct ndarray * arrays [], void * fcn ) {
786- typedef stdlib_complex64_t func_type ( void );
786+ typedef stdlib_complex64_t func_type (const void * );
787787 func_type * f = (func_type * )fcn ;
788788 STDLIB_NDARRAY_NULLARY_5D_LOOP_CLBK_RET_CAST_FCN ( stdlib_complex128_t , stdlib_complex128_from_complex64 )
789789 return 0 ;
@@ -867,7 +867,7 @@ int8_t stdlib_ndarray_z_as_c_5d( struct ndarray *arrays[], void *fcn ) {
867867* stdlib_ndarray_free( x );
868868*/
869869int8_t stdlib_ndarray_z_as_c_5d_blocked ( struct ndarray * arrays [], void * fcn ) {
870- typedef stdlib_complex64_t func_type ( void );
870+ typedef stdlib_complex64_t func_type (const void * );
871871 func_type * f = (func_type * )fcn ;
872872 STDLIB_NDARRAY_NULLARY_5D_BLOCKED_LOOP_CLBK_RET_CAST_FCN ( stdlib_complex128_t , stdlib_complex128_from_complex64 )
873873 return 0 ;
@@ -951,7 +951,7 @@ int8_t stdlib_ndarray_z_as_c_5d_blocked( struct ndarray *arrays[], void *fcn ) {
951951* stdlib_ndarray_free( x );
952952*/
953953int8_t stdlib_ndarray_z_as_c_6d ( struct ndarray * arrays [], void * fcn ) {
954- typedef stdlib_complex64_t func_type ( void );
954+ typedef stdlib_complex64_t func_type (const void * );
955955 func_type * f = (func_type * )fcn ;
956956 STDLIB_NDARRAY_NULLARY_6D_LOOP_CLBK_RET_CAST_FCN ( stdlib_complex128_t , stdlib_complex128_from_complex64 )
957957 return 0 ;
@@ -1035,7 +1035,7 @@ int8_t stdlib_ndarray_z_as_c_6d( struct ndarray *arrays[], void *fcn ) {
10351035* stdlib_ndarray_free( x );
10361036*/
10371037int8_t stdlib_ndarray_z_as_c_6d_blocked ( struct ndarray * arrays [], void * fcn ) {
1038- typedef stdlib_complex64_t func_type ( void );
1038+ typedef stdlib_complex64_t func_type (const void * );
10391039 func_type * f = (func_type * )fcn ;
10401040 STDLIB_NDARRAY_NULLARY_6D_BLOCKED_LOOP_CLBK_RET_CAST_FCN ( stdlib_complex128_t , stdlib_complex128_from_complex64 )
10411041 return 0 ;
@@ -1119,7 +1119,7 @@ int8_t stdlib_ndarray_z_as_c_6d_blocked( struct ndarray *arrays[], void *fcn ) {
11191119* stdlib_ndarray_free( x );
11201120*/
11211121int8_t stdlib_ndarray_z_as_c_7d ( struct ndarray * arrays [], void * fcn ) {
1122- typedef stdlib_complex64_t func_type ( void );
1122+ typedef stdlib_complex64_t func_type (const void * );
11231123 func_type * f = (func_type * )fcn ;
11241124 STDLIB_NDARRAY_NULLARY_7D_LOOP_CLBK_RET_CAST_FCN ( stdlib_complex128_t , stdlib_complex128_from_complex64 )
11251125 return 0 ;
@@ -1203,7 +1203,7 @@ int8_t stdlib_ndarray_z_as_c_7d( struct ndarray *arrays[], void *fcn ) {
12031203* stdlib_ndarray_free( x );
12041204*/
12051205int8_t stdlib_ndarray_z_as_c_7d_blocked ( struct ndarray * arrays [], void * fcn ) {
1206- typedef stdlib_complex64_t func_type ( void );
1206+ typedef stdlib_complex64_t func_type (const void * );
12071207 func_type * f = (func_type * )fcn ;
12081208 STDLIB_NDARRAY_NULLARY_7D_BLOCKED_LOOP_CLBK_RET_CAST_FCN ( stdlib_complex128_t , stdlib_complex128_from_complex64 )
12091209 return 0 ;
@@ -1287,7 +1287,7 @@ int8_t stdlib_ndarray_z_as_c_7d_blocked( struct ndarray *arrays[], void *fcn ) {
12871287* stdlib_ndarray_free( x );
12881288*/
12891289int8_t stdlib_ndarray_z_as_c_8d ( struct ndarray * arrays [], void * fcn ) {
1290- typedef stdlib_complex64_t func_type ( void );
1290+ typedef stdlib_complex64_t func_type (const void * );
12911291 func_type * f = (func_type * )fcn ;
12921292 STDLIB_NDARRAY_NULLARY_8D_LOOP_CLBK_RET_CAST_FCN ( stdlib_complex128_t , stdlib_complex128_from_complex64 )
12931293 return 0 ;
@@ -1371,7 +1371,7 @@ int8_t stdlib_ndarray_z_as_c_8d( struct ndarray *arrays[], void *fcn ) {
13711371* stdlib_ndarray_free( x );
13721372*/
13731373int8_t stdlib_ndarray_z_as_c_8d_blocked ( struct ndarray * arrays [], void * fcn ) {
1374- typedef stdlib_complex64_t func_type ( void );
1374+ typedef stdlib_complex64_t func_type (const void * );
13751375 func_type * f = (func_type * )fcn ;
13761376 STDLIB_NDARRAY_NULLARY_8D_BLOCKED_LOOP_CLBK_RET_CAST_FCN ( stdlib_complex128_t , stdlib_complex128_from_complex64 )
13771377 return 0 ;
@@ -1455,7 +1455,7 @@ int8_t stdlib_ndarray_z_as_c_8d_blocked( struct ndarray *arrays[], void *fcn ) {
14551455* stdlib_ndarray_free( x );
14561456*/
14571457int8_t stdlib_ndarray_z_as_c_9d ( struct ndarray * arrays [], void * fcn ) {
1458- typedef stdlib_complex64_t func_type ( void );
1458+ typedef stdlib_complex64_t func_type (const void * );
14591459 func_type * f = (func_type * )fcn ;
14601460 STDLIB_NDARRAY_NULLARY_9D_LOOP_CLBK_RET_CAST_FCN ( stdlib_complex128_t , stdlib_complex128_from_complex64 )
14611461 return 0 ;
@@ -1539,7 +1539,7 @@ int8_t stdlib_ndarray_z_as_c_9d( struct ndarray *arrays[], void *fcn ) {
15391539* stdlib_ndarray_free( x );
15401540*/
15411541int8_t stdlib_ndarray_z_as_c_9d_blocked ( struct ndarray * arrays [], void * fcn ) {
1542- typedef stdlib_complex64_t func_type ( void );
1542+ typedef stdlib_complex64_t func_type (const void * );
15431543 func_type * f = (func_type * )fcn ;
15441544 STDLIB_NDARRAY_NULLARY_9D_BLOCKED_LOOP_CLBK_RET_CAST_FCN ( stdlib_complex128_t , stdlib_complex128_from_complex64 )
15451545 return 0 ;
@@ -1623,7 +1623,7 @@ int8_t stdlib_ndarray_z_as_c_9d_blocked( struct ndarray *arrays[], void *fcn ) {
16231623* stdlib_ndarray_free( x );
16241624*/
16251625int8_t stdlib_ndarray_z_as_c_10d ( struct ndarray * arrays [], void * fcn ) {
1626- typedef stdlib_complex64_t func_type ( void );
1626+ typedef stdlib_complex64_t func_type (const void * );
16271627 func_type * f = (func_type * )fcn ;
16281628 STDLIB_NDARRAY_NULLARY_10D_LOOP_CLBK_RET_CAST_FCN ( stdlib_complex128_t , stdlib_complex128_from_complex64 )
16291629 return 0 ;
@@ -1707,7 +1707,7 @@ int8_t stdlib_ndarray_z_as_c_10d( struct ndarray *arrays[], void *fcn ) {
17071707* stdlib_ndarray_free( x );
17081708*/
17091709int8_t stdlib_ndarray_z_as_c_10d_blocked ( struct ndarray * arrays [], void * fcn ) {
1710- typedef stdlib_complex64_t func_type ( void );
1710+ typedef stdlib_complex64_t func_type (const void * );
17111711 func_type * f = (func_type * )fcn ;
17121712 STDLIB_NDARRAY_NULLARY_10D_BLOCKED_LOOP_CLBK_RET_CAST_FCN ( stdlib_complex128_t , stdlib_complex128_from_complex64 )
17131713 return 0 ;
@@ -1791,7 +1791,7 @@ int8_t stdlib_ndarray_z_as_c_10d_blocked( struct ndarray *arrays[], void *fcn )
17911791* stdlib_ndarray_free( x );
17921792*/
17931793int8_t stdlib_ndarray_z_as_c_nd ( struct ndarray * arrays [], void * fcn ) {
1794- typedef stdlib_complex64_t func_type ( void );
1794+ typedef stdlib_complex64_t func_type (const void * );
17951795 func_type * f = (func_type * )fcn ;
17961796 STDLIB_NDARRAY_NULLARY_ND_LOOP_CLBK_RET_CAST_FCN ( stdlib_complex128_t , stdlib_complex128_from_complex64 )
17971797 return 0 ;
0 commit comments