diff options
Diffstat (limited to 'render.c')
| -rw-r--r-- | render.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,7 +1,6 @@ /* [=]===^=[ clear_buffer ]=================================================================^===[=] */ -__attribute__((always_inline, hot)) static inline void clear_buffer(void) { // PROFILE_FUNCTION(); memset(buffer, 0, sizeof(buffer)); @@ -16,7 +15,6 @@ static void set_decay(uint16_t old_weight) { } /* [=]===^=[ apply_phosphor_decay ]=================================================================^===[=] */ -// __attribute__((always_inline, hot)) // static inline void apply_phosphor_decay(void) { // // PROFILE_FUNCTION(); // __m256i old_weight = _mm256_set1_epi16(_old_weight); |
