-
Notifications
You must be signed in to change notification settings - Fork 164
Expand file tree
/
Copy pathwindows-support.xml
More file actions
45 lines (40 loc) · 1.21 KB
/
Copy pathwindows-support.xml
File metadata and controls
45 lines (40 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: d64e811eac61a5c7c744312d8bc6e2244de81488 Maintainer: Fan2Shrek Status: ready -->
<!-- Reviewed: yes -->
<sect1 xml:id="migration84.windows-support">
<title>Support Windows</title>
<sect2 xml:id="migration84.windows-support.core">
<title>Core</title>
<simpara>
Construire avec Visual Studio nécessite désormais au moins Visual Studio 2019.
Cependant, Visual Studio 2022 est recommandé.
</simpara>
<simpara>
Le support de l'AVX(2) CPU est désormais correctement détecté pour les builds MSVC.
</simpara>
<simpara>
Les builds AVX-512 natifs sont désormais supportés via l'option de configuration
<option role="configure">--enable-native-intrinsics=avx512</option>
</simpara>
</sect2>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->