0 Members and 4 Guests are viewing this topic.
I wonder why accessing global variables are slower.
static __inline__ __attribute__((always_inline))m7Vec_t* m7AddVec(m7Vec_t* a, m7Vec_t* b) { a->x += b->x; a->y += b->y; return a;}