target-features 0.1.6

Rust compiler target feature database
Documentation
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
feature = aclass
arch = Arm
implies = 
description = Is application profile ('A' series).

feature = aes
arch = Arm
implies = d32 neon vfp2 vfp3
description = Enable AES support.

feature = crc
arch = Arm
implies = 
description = Enable support for CRC instructions.

feature = d32
arch = Arm
implies = 
description = Extend FP to 32 double registers.

feature = dotprod
arch = Arm
implies = d32 neon vfp2 vfp3
description = Enable support for dot product instructions.

feature = dsp
arch = Arm
implies = 
description = Supports DSP instructions in ARM and/or Thumb2.

feature = fp-armv8
arch = Arm
implies = d32 vfp2 vfp3 vfp4
description = Enable ARMv8 FP.

feature = i8mm
arch = Arm
implies = d32 neon vfp2 vfp3
description = Enable Matrix Multiply Int8 Extension.

feature = mclass
arch = Arm
implies = 
description = Is microcontroller profile ('M' series).

feature = neon
arch = Arm
implies = d32 vfp2 vfp3
description = Enable NEON instructions.

feature = rclass
arch = Arm
implies = 
description = Is realtime profile ('R' series).

feature = sha2
arch = Arm
implies = d32 neon vfp2 vfp3
description = Enable SHA1 and SHA256 support.

feature = thumb-mode
arch = Arm
implies = 
description = Thumb mode.

feature = thumb2
arch = Arm
implies = 
description = Enable Thumb2 instructions.

feature = trustzone
arch = Arm
implies = 
description = Enable support for TrustZone security extensions.

feature = v5te
arch = Arm
implies = 
description = Support ARM v5TE, v5TEj, and v5TExp instructions.

feature = v6
arch = Arm
implies = v5te
description = Support ARM v6 instructions.

feature = v6k
arch = Arm
implies = v5te v6
description = Support ARM v6k instructions.

feature = v6t2
arch = Arm
implies = thumb2 v5te v6 v6k
description = Support ARM v6t2 instructions.

feature = v7
arch = Arm
implies = thumb2 v5te v6 v6k v6t2
description = Support ARM v7 instructions.

feature = v8
arch = Arm
implies = thumb2 v5te v6 v6k v6t2 v7
description = Support ARM v8 instructions.

feature = vfp2
arch = Arm
implies = 
description = Enable VFP2 instructions.

feature = vfp3
arch = Arm
implies = d32 vfp2
description = Enable VFP3 instructions.

feature = vfp4
arch = Arm
implies = d32 vfp2 vfp3
description = Enable VFP4 instructions.

feature = virtualization
arch = Arm
implies = 
description = Supports Virtualization extension.

feature = crt-static
arch = Arm
implies = 
description = Enables C Run-time Libraries to be statically linked.

feature = aes
arch = AArch64
implies = neon
description = Enable AES support (FEAT_AES, FEAT_PMULL).

feature = bf16
arch = AArch64
implies = 
description = Enable BFloat16 Extension (FEAT_BF16).

feature = bti
arch = AArch64
implies = 
description = Enable Branch Target Identification (FEAT_BTI).

feature = crc
arch = AArch64
implies = 
description = Enable ARMv8 CRC-32 checksum instructions (FEAT_CRC32).

feature = dit
arch = AArch64
implies = 
description = Enable v8.4-A Data Independent Timing instructions (FEAT_DIT).

feature = dotprod
arch = AArch64
implies = 
description = Enable dot product support (FEAT_DotProd).

feature = dpb
arch = AArch64
implies = 
description = Enable v8.2 data Cache Clean to Point of Persistence (FEAT_DPB).

feature = dpb2
arch = AArch64
implies = 
description = Enable v8.5 Cache Clean to Point of Deep Persistence (FEAT_DPB2).

feature = f32mm
arch = AArch64
implies = fp16 neon sve
description = Enable Matrix Multiply FP32 Extension (FEAT_F32MM).

feature = f64mm
arch = AArch64
implies = fp16 neon sve
description = Enable Matrix Multiply FP64 Extension (FEAT_F64MM).

feature = fcma
arch = AArch64
implies = neon
description = Enable v8.3-A Floating-point complex number support (FEAT_FCMA).

feature = fhm
arch = AArch64
implies = fp16 neon
description = Enable FP16 FML instructions (FEAT_FHM).

feature = flagm
arch = AArch64
implies = 
description = Enable v8.4-A Flag Manipulation Instructions (FEAT_FlagM).

feature = fp16
arch = AArch64
implies = neon
description = Full FP16 (FEAT_FP16).

feature = frintts
arch = AArch64
implies = 
description = Enable FRInt[32|64][Z|X] instructions that round a floating-point number to an integer (in FP format) forcing it to fit into a 32- or 64-bit int (FEAT_FRINTTS).

feature = i8mm
arch = AArch64
implies = 
description = Enable Matrix Multiply Int8 Extension (FEAT_I8MM).

feature = jsconv
arch = AArch64
implies = neon
description = Enable v8.3-A JavaScript FP conversion instructions (FEAT_JSCVT).

feature = lor
arch = AArch64
implies = 
description = Enables ARM v8.1 Limited Ordering Regions extension (FEAT_LOR).

feature = lse
arch = AArch64
implies = 
description = Enable ARMv8.1 Large System Extension (LSE) atomic instructions (FEAT_LSE).

feature = mte
arch = AArch64
implies = 
description = Enable Memory Tagging Extension (FEAT_MTE, FEAT_MTE2).

feature = neon
arch = AArch64
implies = 
description = Enable Advanced SIMD instructions (FEAT_AdvSIMD).

feature = paca
arch = AArch64
implies = pacg
description = Enable v8.3-A Pointer Authentication extension (FEAT_PAuth).

feature = pacg
arch = AArch64
implies = paca
description = Enable v8.3-A Pointer Authentication extension (FEAT_PAuth).

feature = pan
arch = AArch64
implies = 
description = Enables ARM v8.1 Privileged Access-Never extension (FEAT_PAN).

feature = pmuv3
arch = AArch64
implies = 
description = Enable Code Generation for ARMv8 PMUv3 Performance Monitors extension (FEAT_PMUv3).

feature = rand
arch = AArch64
implies = 
description = Enable Random Number generation instructions (FEAT_RNG).

feature = ras
arch = AArch64
implies = 
description = Enable ARMv8 Reliability, Availability and Serviceability Extensions (FEAT_RAS, FEAT_RASv1p1).

feature = rcpc
arch = AArch64
implies = 
description = Enable support for RCPC extension (FEAT_LRCPC).

feature = rcpc2
arch = AArch64
implies = rcpc
description = Enable v8.4-A RCPC instructions with Immediate Offsets (FEAT_LRCPC2).

feature = rdm
arch = AArch64
implies = 
description = Enable ARMv8.1 Rounding Double Multiply Add/Subtract instructions (FEAT_RDM).

feature = sb
arch = AArch64
implies = 
description = Enable v8.5 Speculation Barrier (FEAT_SB).

feature = sha2
arch = AArch64
implies = neon
description = Enable SHA1 and SHA256 support (FEAT_SHA1, FEAT_SHA256).

feature = sha3
arch = AArch64
implies = neon sha2
description = Enable SHA512 and SHA3 support (FEAT_SHA3, FEAT_SHA512).

feature = sm4
arch = AArch64
implies = neon
description = Enable SM3 and SM4 support (FEAT_SM4, FEAT_SM3).

feature = spe
arch = AArch64
implies = 
description = Enable Statistical Profiling extension (FEAT_SPE).

feature = ssbs
arch = AArch64
implies = 
description = Enable Speculative Store Bypass Safe bit (FEAT_SSBS, FEAT_SSBS2).

feature = sve
arch = AArch64
implies = fp16 neon
description = Enable Scalable Vector Extension (SVE) instructions (FEAT_SVE).

feature = sve2
arch = AArch64
implies = fp16 neon sve
description = Enable Scalable Vector Extension 2 (SVE2) instructions (FEAT_SVE2).

feature = sve2-aes
arch = AArch64
implies = aes fp16 neon sve sve2
description = Enable AES SVE2 instructions (FEAT_SVE_AES, FEAT_SVE_PMULL128).

feature = sve2-bitperm
arch = AArch64
implies = fp16 neon sve sve2
description = Enable bit permutation SVE2 instructions (FEAT_SVE_BitPerm).

feature = sve2-sha3
arch = AArch64
implies = fp16 neon sha2 sha3 sve sve2
description = Enable SHA3 SVE2 instructions (FEAT_SVE_SHA3).

feature = sve2-sm4
arch = AArch64
implies = fp16 neon sm4 sve sve2
description = Enable SM4 SVE2 instructions (FEAT_SVE_SM4).

feature = tme
arch = AArch64
implies = 
description = Enable Transactional Memory Extension (FEAT_TME).

feature = v8.1a
arch = AArch64
implies = crc lor lse pan rdm vh
description = Support ARM v8.1a instructions.

feature = v8.2a
arch = AArch64
implies = crc dpb lor lse pan ras rdm v8.1a vh
description = Support ARM v8.2a instructions.

feature = v8.3a
arch = AArch64
implies = crc dpb fcma jsconv lor lse neon paca pacg pan ras rcpc rdm v8.1a v8.2a vh
description = Support ARM v8.3a instructions.

feature = v8.4a
arch = AArch64
implies = crc dit dotprod dpb fcma flagm jsconv lor lse neon paca pacg pan ras rcpc rcpc2 rdm v8.1a v8.2a v8.3a vh
description = Support ARM v8.4a instructions.

feature = v8.5a
arch = AArch64
implies = bti crc dit dotprod dpb dpb2 fcma flagm frintts jsconv lor lse neon paca pacg pan ras rcpc rcpc2 rdm sb ssbs v8.1a v8.2a v8.3a v8.4a vh
description = Support ARM v8.5a instructions.

feature = v8.6a
arch = AArch64
implies = bf16 bti crc dit dotprod dpb dpb2 fcma flagm frintts i8mm jsconv lor lse neon paca pacg pan ras rcpc rcpc2 rdm sb ssbs v8.1a v8.2a v8.3a v8.4a v8.5a vh
description = Support ARM v8.6a instructions.

feature = v8.7a
arch = AArch64
implies = bf16 bti crc dit dotprod dpb dpb2 fcma flagm frintts i8mm jsconv lor lse neon paca pacg pan ras rcpc rcpc2 rdm sb ssbs v8.1a v8.2a v8.3a v8.4a v8.5a v8.6a vh
description = Support ARM v8.7a instructions.

feature = vh
arch = AArch64
implies = 
description = Enables ARM v8.1 Virtual Host extension (FEAT_VHE).

feature = crt-static
arch = AArch64
implies = 
description = Enables C Run-time Libraries to be statically linked.

feature = alu32
arch = Bpf
implies = 
description = Enable ALU32 instructions.

feature = crt-static
arch = Bpf
implies = 
description = Enables C Run-time Libraries to be statically linked.

feature = hvx
arch = Hexagon
implies = 
description = Hexagon HVX instructions.

feature = hvx-length128b
arch = Hexagon
implies = hvx
description = Hexagon HVX 128B instructions.

feature = crt-static
arch = Hexagon
implies = 
description = Enables C Run-time Libraries to be statically linked.

feature = fp64
arch = Mips
implies = 
description = Support 64-bit FP registers.

feature = msa
arch = Mips
implies = fp64
description = Mips MSA ASE.

feature = virt
arch = Mips
implies = fp64
description = Mips Virtualization ASE.

feature = crt-static
arch = Mips
implies = fp64
description = Enables C Run-time Libraries to be statically linked.

feature = altivec
arch = PowerPC
implies = 
description = Enable Altivec instructions.

feature = power10-vector
arch = PowerPC
implies = altivec power8-altivec power8-vector power9-altivec power9-vector vsx
description = Enable POWER10 vector instructions.

feature = power8-altivec
arch = PowerPC
implies = altivec
description = Enable POWER8 Altivec instructions.

feature = power8-vector
arch = PowerPC
implies = altivec power8-altivec vsx
description = Enable POWER8 vector instructions.

feature = power9-altivec
arch = PowerPC
implies = altivec power8-altivec
description = Enable POWER9 Altivec instructions.

feature = power9-vector
arch = PowerPC
implies = altivec power8-altivec power8-vector power9-altivec vsx
description = Enable POWER9 vector instructions.

feature = vsx
arch = PowerPC
implies = altivec
description = Enable VSX instructions.

feature = crt-static
arch = PowerPC
implies = 
description = Enables C Run-time Libraries to be statically linked.

feature = a
arch = RiscV
implies = 
description = 'A' (Atomic Instructions).

feature = c
arch = RiscV
implies = 
description = 'C' (Compressed Instructions).

feature = d
arch = RiscV
implies = f
description = 'D' (Double-Precision Floating-Point).

feature = e
arch = RiscV
implies = 
description = Implements RV{32,64}E (provides 16 rather than 32 GPRs).

feature = f
arch = RiscV
implies = 
description = 'F' (Single-Precision Floating-Point).

feature = fast-unaligned-access
arch = RiscV
implies = 
description = Has reasonably performant unaligned loads and stores (both scalar and vector).

feature = m
arch = RiscV
implies = 
description = 'M' (Integer Multiplication and Division).

feature = relax
arch = RiscV
implies = 
description = Enable Linker relaxation..

feature = v
arch = RiscV
implies = d f
description = 'V' (Vector Extension for Application Processors).

feature = zba
arch = RiscV
implies = 
description = 'Zba' (Address Generation Instructions).

feature = zbb
arch = RiscV
implies = 
description = 'Zbb' (Basic Bit-Manipulation).

feature = zbc
arch = RiscV
implies = 
description = 'Zbc' (Carry-Less Multiplication).

feature = zbkb
arch = RiscV
implies = 
description = 'Zbkb' (Bitmanip instructions for Cryptography).

feature = zbkc
arch = RiscV
implies = 
description = 'Zbkc' (Carry-less multiply instructions for Cryptography).

feature = zbkx
arch = RiscV
implies = 
description = 'Zbkx' (Crossbar permutation instructions).

feature = zbs
arch = RiscV
implies = 
description = 'Zbs' (Single-Bit Instructions).

feature = zdinx
arch = RiscV
implies = zfinx
description = 'Zdinx' (Double in Integer).

feature = zfh
arch = RiscV
implies = f zfhmin
description = 'Zfh' (Half-Precision Floating-Point).

feature = zfhmin
arch = RiscV
implies = f
description = 'Zfhmin' (Half-Precision Floating-Point Minimal).

feature = zfinx
arch = RiscV
implies = 
description = 'Zfinx' (Float in Integer).

feature = zhinx
arch = RiscV
implies = zfinx zhinxmin
description = 'Zhinx' (Half Float in Integer).

feature = zhinxmin
arch = RiscV
implies = zfinx
description = 'Zhinxmin' (Half Float in Integer Minimal).

feature = zk
arch = RiscV
implies = zbkb zbkc zbkx zkn zknd zkne zknh zkr zkt
description = 'Zk' (Standard scalar cryptography extension).

feature = zkn
arch = RiscV
implies = zbkb zbkc zbkx zknd zkne zknh
description = 'Zkn' (NIST Algorithm Suite).

feature = zknd
arch = RiscV
implies = 
description = 'Zknd' (NIST Suite: AES Decryption).

feature = zkne
arch = RiscV
implies = 
description = 'Zkne' (NIST Suite: AES Encryption).

feature = zknh
arch = RiscV
implies = 
description = 'Zknh' (NIST Suite: Hash Function Instructions).

feature = zkr
arch = RiscV
implies = 
description = 'Zkr' (Entropy Source Extension).

feature = zks
arch = RiscV
implies = zbkb zbkc zbkx zksed zksh
description = 'Zks' (ShangMi Algorithm Suite).

feature = zksed
arch = RiscV
implies = 
description = 'Zksed' (ShangMi Suite: SM4 Block Cipher Instructions).

feature = zksh
arch = RiscV
implies = 
description = 'Zksh' (ShangMi Suite: SM3 Hash Function Instructions).

feature = zkt
arch = RiscV
implies = 
description = 'Zkt' (Data Independent Execution Latency).

feature = crt-static
arch = RiscV
implies = 
description = Enables C Run-time Libraries to be statically linked.

feature = atomics
arch = Wasm
implies = 
description = Enable Atomics.

feature = bulk-memory
arch = Wasm
implies = 
description = Enable bulk memory operations.

feature = exception-handling
arch = Wasm
implies = 
description = Enable Wasm exception handling.

feature = multivalue
arch = Wasm
implies = 
description = Enable multivalue blocks, instructions, and functions.

feature = mutable-globals
arch = Wasm
implies = 
description = Enable mutable globals.

feature = nontrapping-fptoint
arch = Wasm
implies = 
description = Enable non-trapping float-to-int conversion operators.

feature = reference-types
arch = Wasm
implies = 
description = Enable reference types.

feature = relaxed-simd
arch = Wasm
implies = 
description = Enable relaxed-simd instructions.

feature = sign-ext
arch = Wasm
implies = 
description = Enable sign extension operators.

feature = simd128
arch = Wasm
implies = 
description = Enable 128-bit SIMD.

feature = crt-static
arch = Wasm
implies = 
description = Enables C Run-time Libraries to be statically linked.

feature = adx
arch = X86
implies = 
description = Support ADX instructions.

feature = aes
arch = X86
implies = sse sse2
description = Enable AES instructions.

feature = avx
arch = X86
implies = sse sse2 sse3 sse4.1 ssse3
description = Enable AVX instructions.

feature = avx2
arch = X86
implies = avx sse sse2 sse3 sse4.1 ssse3
description = Enable AVX2 instructions.

feature = avx512bf16
arch = X86
implies = avx avx2 avx512bw avx512f f16c fma sse sse2 sse3 sse4.1 ssse3
description = Support bfloat16 floating point.

feature = avx512bitalg
arch = X86
implies = avx avx2 avx512bw avx512f f16c fma sse sse2 sse3 sse4.1 ssse3
description = Enable AVX-512 Bit Algorithms.

feature = avx512bw
arch = X86
implies = avx avx2 avx512f f16c fma sse sse2 sse3 sse4.1 ssse3
description = Enable AVX-512 Byte and Word Instructions.

feature = avx512cd
arch = X86
implies = avx avx2 avx512f f16c fma sse sse2 sse3 sse4.1 ssse3
description = Enable AVX-512 Conflict Detection Instructions.

feature = avx512dq
arch = X86
implies = avx avx2 avx512f f16c fma sse sse2 sse3 sse4.1 ssse3
description = Enable AVX-512 Doubleword and Quadword Instructions.

feature = avx512er
arch = X86
implies = avx avx2 avx512f f16c fma sse sse2 sse3 sse4.1 ssse3
description = Enable AVX-512 Exponential and Reciprocal Instructions.

feature = avx512f
arch = X86
implies = avx avx2 f16c fma sse sse2 sse3 sse4.1 ssse3
description = Enable AVX-512 instructions.

feature = avx512fp16
arch = X86
implies = avx avx2 avx512bw avx512dq avx512f avx512vl f16c fma sse sse2 sse3 sse4.1 ssse3
description = Support 16-bit floating point.

feature = avx512ifma
arch = X86
implies = avx avx2 avx512f f16c fma sse sse2 sse3 sse4.1 ssse3
description = Enable AVX-512 Integer Fused Multiple-Add.

feature = avx512pf
arch = X86
implies = avx avx2 avx512f f16c fma sse sse2 sse3 sse4.1 ssse3
description = Enable AVX-512 PreFetch Instructions.

feature = avx512vbmi
arch = X86
implies = avx avx2 avx512bw avx512f f16c fma sse sse2 sse3 sse4.1 ssse3
description = Enable AVX-512 Vector Byte Manipulation Instructions.

feature = avx512vbmi2
arch = X86
implies = avx avx2 avx512bw avx512f f16c fma sse sse2 sse3 sse4.1 ssse3
description = Enable AVX-512 further Vector Byte Manipulation Instructions.

feature = avx512vl
arch = X86
implies = avx avx2 avx512f f16c fma sse sse2 sse3 sse4.1 ssse3
description = Enable AVX-512 Vector Length eXtensions.

feature = avx512vnni
arch = X86
implies = avx avx2 avx512f f16c fma sse sse2 sse3 sse4.1 ssse3
description = Enable AVX-512 Vector Neural Network Instructions.

feature = avx512vp2intersect
arch = X86
implies = avx avx2 avx512f f16c fma sse sse2 sse3 sse4.1 ssse3
description = Enable AVX-512 vp2intersect.

feature = avx512vpopcntdq
arch = X86
implies = avx avx2 avx512f f16c fma sse sse2 sse3 sse4.1 ssse3
description = Enable AVX-512 Population Count Instructions.

feature = bmi1
arch = X86
implies = 
description = Support BMI instructions.

feature = bmi2
arch = X86
implies = 
description = Support BMI2 instructions.

feature = cmpxchg16b
arch = X86
implies = 
description = 64-bit with cmpxchg16b (this is true for most x86-64 chips, but not the first AMD chips).

feature = ermsb
arch = X86
implies = 
description = REP MOVS/STOS are fast.

feature = f16c
arch = X86
implies = avx sse sse2 sse3 sse4.1 ssse3
description = Support 16-bit floating point conversion instructions.

feature = fma
arch = X86
implies = avx sse sse2 sse3 sse4.1 ssse3
description = Enable three-operand fused multiple-add.

feature = fxsr
arch = X86
implies = 
description = Support fxsave/fxrestore instructions.

feature = gfni
arch = X86
implies = sse sse2
description = Enable Galois Field Arithmetic Instructions.

feature = lahfsahf
arch = X86
implies = 
description = Support LAHF and SAHF instructions in 64-bit mode.

feature = lzcnt
arch = X86
implies = 
description = Support LZCNT instruction.

feature = movbe
arch = X86
implies = 
description = Support MOVBE instruction.

feature = pclmulqdq
arch = X86
implies = sse sse2
description = Enable packed carry-less multiplication instructions.

feature = popcnt
arch = X86
implies = 
description = Support POPCNT instruction.

feature = prfchw
arch = X86
implies = 
description = Support PRFCHW instructions.

feature = rdrand
arch = X86
implies = 
description = Support RDRAND instruction.

feature = rdseed
arch = X86
implies = 
description = Support RDSEED instruction.

feature = rtm
arch = X86
implies = 
description = Support RTM instructions.

feature = sha
arch = X86
implies = sse sse2
description = Enable SHA instructions.

feature = sse
arch = X86
implies = 
description = Enable SSE instructions.

feature = sse2
arch = X86
implies = sse
description = Enable SSE2 instructions.

feature = sse3
arch = X86
implies = sse sse2
description = Enable SSE3 instructions.

feature = sse4.1
arch = X86
implies = sse sse2 sse3 ssse3
description = Enable SSE 4.1 instructions.

feature = sse4.2
arch = X86
implies = sse sse2 sse3 sse4.1 ssse3
description = Enable SSE 4.2 instructions.

feature = sse4a
arch = X86
implies = sse sse2 sse3
description = Support SSE 4a instructions.

feature = ssse3
arch = X86
implies = sse sse2 sse3
description = Enable SSSE3 instructions.

feature = tbm
arch = X86
implies = 
description = Enable TBM instructions.

feature = vaes
arch = X86
implies = aes avx avx2 sse sse2 sse3 sse4.1 ssse3
description = Promote selected AES instructions to AVX512/AVX registers.

feature = vpclmulqdq
arch = X86
implies = avx pclmulqdq sse sse2 sse3 sse4.1 ssse3
description = Enable vpclmulqdq instructions.

feature = xsave
arch = X86
implies = 
description = Support xsave instructions.

feature = xsavec
arch = X86
implies = xsave
description = Support xsavec instructions.

feature = xsaveopt
arch = X86
implies = xsave
description = Support xsaveopt instructions.

feature = xsaves
arch = X86
implies = xsave
description = Support xsaves instructions.

feature = crt-static
arch = X86
implies = 
description = Enables C Run-time Libraries to be statically linked.