Skip to content

Commit 689ef05

Browse files
authored
Merge pull request #1337 from ehuss/f16c
Document f16c target feature
2 parents ae66749 + cec5aaf commit 689ef05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/attributes/codegen.md

+2
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Feature | Implicitly Enables | Description
8989
`bmi1` | | [BMI1] — Bit Manipulation Instruction Sets
9090
`bmi2` | | [BMI2] — Bit Manipulation Instruction Sets 2
9191
`cmpxchg16b`| | [`cmpxchg16b`] - Compares and exchange 16 bytes (128 bits) of data atomically
92+
`f16c` | `avx` | [F16C] — 16-bit floating point conversion instructions
9293
`fma` | `avx` | [FMA3] — Three-operand fused multiply-add
9394
`fxsr` | | [`fxsave`] and [`fxrstor`] — Save and restore x87 FPU, MMX Technology, and SSE State
9495
`lzcnt` | | [`lzcnt`] — Leading zeros count
@@ -118,6 +119,7 @@ Feature | Implicitly Enables | Description
118119
[BMI1]: https://en.wikipedia.org/wiki/Bit_Manipulation_Instruction_Sets
119120
[BMI2]: https://en.wikipedia.org/wiki/Bit_Manipulation_Instruction_Sets#BMI2
120121
[`cmpxchg16b`]: https://www.felixcloutier.com/x86/cmpxchg8b:cmpxchg16b
122+
[F16C]: https://en.wikipedia.org/wiki/F16C
121123
[FMA3]: https://en.wikipedia.org/wiki/FMA_instruction_set
122124
[`fxsave`]: https://www.felixcloutier.com/x86/fxsave
123125
[`fxrstor`]: https://www.felixcloutier.com/x86/fxrstor

0 commit comments

Comments
 (0)