mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 13:39:46 +00:00
config.mk: explain all the shortnames of X86 instruction sets to be removed for x86-compact
This commit is contained in:
parent
0d9440ced2
commit
01d8a49182
13
config.mk
13
config.mk
@ -60,10 +60,15 @@ CAPSTONE_DIET = no
|
||||
# instructions are not used.
|
||||
#
|
||||
# The list of instruction sets to be removed includes:
|
||||
# - FPU
|
||||
# - MMX, SSE, SIMD, 3DNow, AVX, FMA, XOP
|
||||
# - VMX, SVM
|
||||
# - TSX
|
||||
# - Floating Point Unit (FPU)
|
||||
# - MultiMedia eXtension (MMX)
|
||||
# - Streaming SIMD Extensions (SSE)
|
||||
# - 3DNow
|
||||
# - Advanced Vector Extensions (AVX)
|
||||
# - Fused Multiply Add Operations (FMA)
|
||||
# - eXtended Operations (XOP)
|
||||
# - Virtual-Machine Extensions (VMX) + Secure Virtual Machine (AMD SVM)
|
||||
# - Transactional Synchronization Extensions (TSX)
|
||||
#
|
||||
# Due to this removal, the related instructions are nolonger supported.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user