mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 22:12:21 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() o "Intel instruction set reference" states that source operand can be XMM register or memory, so GAS behavior is correct. If any other assembler expects an YMM register, it must be fixed elsewhere. o x86ins.dat does not allow YMM register as source operand for VCVTDQ2PD, and instructions are checked for validity before writing them out, therefore this code was simply never executed. git-svn-id: trunk@34924 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |