Re: [fpc-devel] SSE/AVX instruction encodings

2020-10-01 Thread avx512--- via fpc-devel
Hi, look at the function "MemRefInfo(aAsmop: TAsmOp)" in "compiler/x86/aasmcpu.pas". Torsten -Original-Nachricht- Betreff: [fpc-devel] SSE/AVX instruction encodings Datum: 2020-10-01T13:57:05+0200 Von: "J. Gareth Moreton via fpc-devel" An: "FPC developers' list" Hi everyone, I've

Re: [fpc-devel] SSE/AVX instruction encodings

2020-10-01 Thread avx512--- via fpc-devel
at least I don't think it does (Intel Core i7-10750H). Gareth aka. Kit P.S. If anyone can see a way to break the above code (before I submit a patch), please tell me! On 01/10/2020 15:52, avx512--- via fpc-devel wrote: > Hi, > > look at the function "MemRefInfo(aAsmop: TAsmOp)&

Re: [fpc-devel] Commits without log message

2020-11-26 Thread avx512 via fpc-devel
Hi, sorry, there were small changes in my private branch. Torsten Am 26.11.2020 um 20:29 schrieb Bart via fpc-devel: Hi, r47600 and r47580 seem to have empty log messages (when viewed with ViewVC: https://svn.freepascal.org/cgi-bin/viewvc.cgi/?root=fpc&view=log) That's just not very nice IM