Rika Ichinose
|
1030f67fb4
Use IndexQWord_SSE41 directly if -Cp RTL compiled with supports SSE 4.1.
|
1 year ago |
florian
|
860c32f833
+ set CPUX86_HINT_BSX_DEST_UNCHANGED_ON_ZF_1 for suitable CPUs
|
1 year ago |
florian
|
53459fed2b
+ CPUX86_HINT_BSX_DEST_UNCHANGED_ON_ZF_1
|
1 year ago |
florian
|
b826ad8b7e
+ CPUX86_HINT_FAST_SHORT_REP_MOVS
|
1 year ago |
florian
|
cad21584e5
+ Skylake-X
|
1 year ago |
florian
|
587af1c78e
* icelake is x86-64-v4
|
1 year ago |
florian
|
37ed03667f
* fixed fpu_x86_64_v4_flags
|
1 year ago |
J. Gareth "Curious Kit" Moreton
|
629c87efc8
* x86-64: Typo fixed in FPU type string array
|
1 year ago |
J. Gareth "Curious Kit" Moreton
|
b4eabbe5ce
* x86: Fixed CPU feature flags for AMD Jaguar and Piledriver
|
1 year ago |
J. Gareth "Curious Kit" Moreton
|
e4bd58d66a
* x86: Replaced CPU features array with "cpu_x86_64_v1_flags" where possible
|
1 year ago |
florian
|
f80f1112d4
+ Zen 4
|
1 year ago |
florian
|
ac6dc582be
+ also add x86-64 as cpu type (gcc compatibility)
|
1 year ago |
florian
|
f8dbb09a46
* fixed some issues with the x86-64 instruction versions
|
1 year ago |
florian
|
ae465fa8dc
+ introduce x86-64 microarchitecture levels for cpu and fpu flags
|
1 year ago |
florian
|
ff3b4adc27
+ more CPU and FPU flags added
|
1 year ago |
J. Gareth "Curious Kit" Moreton
|
ede47ffea9
* New "fast 3-component LEA hint" and "Icelake" CPU options
|
1 year ago |
florian
|
9c10167b6f
+ CPUX86_HAS_BSWAP
|
2 years ago |
J. Gareth "Curious Kit" Moreton
|
170c112301
* x86: Added FMA as an FPU target distinct from AVX and AVX2 (the latter of which has a new FPUX86_HAS_AVX2 flag)
|
2 years ago |
J. Gareth "Curious Kit" Moreton
|
69c7838571
* x86: Addition of AMD CPUs: Bobcat, Jaguar, Piledriver, Excavator, Zen2 and Zen3 (and supporting flags)
|
2 years ago |
J. Gareth "Curious Kit" Moreton
|
c9461b7313
* x86: Flags that relate to optimization hints rather than features have been moved to a separate set
|
2 years ago |
J. Gareth "Curious Kit" Moreton
|
a0c87be0fc
* x86: Zen processors now marked with CPUX86_HAS_FAST_BT_MEM flag
|
2 years ago |
florian
|
d3abd339b7
+ cpu switch for zen
|
2 years ago |
J. Gareth "Curious Kit" Moreton
|
aa5517d442
* x86: New CPU feature flags in cpuinfo units
|
2 years ago |
florian
|
27fb9086aa
* cleanup: cs_opt_loopunroll is a generic optimization for a long time already
|
3 years ago |
florian
|
ff3acfb8cd
* cleanup of 2.7.0 defines
|
3 years ago |
florian
|
468975aa30
+ move often used floating point constants into registers
|
4 years ago |
florian
|
c02b43fb93
* change fma cpu flag into an fpu flag
|
4 years ago |
florian
|
b713c7380b
* implemented UseAVX512 properly
|
4 years ago |
florian
|
a8b387a166
+ make use of avx-512 instructions vcvtuis2s* if possible
|
4 years ago |
florian
|
ef87879402
* common naming for fpu_none string
|
5 years ago |