mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 03:34:25 +03:00
Clear upper half of AVX register before libm call
Clearing the upper half of the AVX register is required before calling SSE code to avoid AVX-to-SSE transition penalties.
This commit is contained in:
@@ -991,6 +991,7 @@ SET (hs_SRCS
|
||||
src/util/fatbit_build.h
|
||||
src/util/graph.h
|
||||
src/util/hash.h
|
||||
src/util/math.h
|
||||
src/util/multibit_build.cpp
|
||||
src/util/multibit_build.h
|
||||
src/util/order_check.h
|
||||
|
Reference in New Issue
Block a user