diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-05-24 15:45:54 +0200 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-05-24 15:45:54 +0200 |
| commit | a8e0c141b0184d629504b9f0ee8dbc4fefb90934 (patch) | |
| tree | cff0f7e64ce58dc8f1e4ff4501743d9b94449c94 /render.c | |
| parent | e28ad1546509de31b706f0fd300a906e5bc55199 (diff) | |
3011fps
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); |
