PandA-2024.02
|
Go to the source code of this file.
Macros | |
#define | NUM_ACCELS 5 |
#define | ARRAY_SIZE 10000 |
#define | OPS_PER_ACCEL ARRAY_SIZE/NUM_ACCELS |
Functions | |
__attribute__ ((noinline)) | |
int | main () |
Variables | |
int | output [NUM_ACCELS] |
#define OPS_PER_ACCEL ARRAY_SIZE/NUM_ACCELS |
Definition at line 3 of file add.c.
Referenced by __attribute__().
__attribute__ | ( | (noinline) | ) |
int main | ( | void | ) |
Definition at line 35 of file add.c.
References NUM_ACCELS, output, and sum.
int output[NUM_ACCELS] |
Definition at line 8 of file add.c.
Referenced by __attribute__(), add(), and main().