whisper.cpp
whisper.cpp copied to clipboard
Update SIMD header file inclusion to support XOP instruction set
This adds support for the XOP instruction set on AMD processors by including the x86intrin.h
header file when the __XOP__
macro is defined.