mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-12 19:53:24 +02:00
We dont actually need vzeroupper at start of function
GCC emits vzeroupper automatically when compiling with native optimizations but we still need it otherwise
This commit is contained in:
@@ -297,7 +297,6 @@ FUNC(zero_last_n_bytes)(integer_t vec, const integer_t index, char n) {
|
||||
}
|
||||
|
||||
#define find_match(haystack, sz, get_test_vec) { \
|
||||
/* zero_upper(); this is disabled as some buggy compilers re-order instructions causing the test result vec to be zero after the test */\
|
||||
const uint8_t* limit = haystack + sz; \
|
||||
integer_t chunk; int n; \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user