Skip to content

Commit

Permalink
Fix typo bit -> bti
Browse files Browse the repository at this point in the history
  • Loading branch information
muchzill4 authored Dec 14, 2023
1 parent f0108eb commit 2f97729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/YML-Input-Format.md
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ The `processor:` keyword specifies the usage of processor features for this proj
    `dsp:` | Select usage of SIMD instructions: `on` (enabled) \| `off` (disabled).
    `mve:` | Select usage of M-Profile vector extension: `fp` (floating point and integer instructions) \| `int` (integer instructions) \| `off` (disabled).
    `trustzone:` | Select TrustZone mode: `secure` \| `non-secure` \| `off`.
    `branch-protection:` | Select Branch Protection mode: `bti` (branch target identification) \| `bit-signret` (branch target identification and pointer authentication) \| `off` (disabled).
    `branch-protection:` | Select Branch Protection mode: `bti` (branch target identification) \| `bti-signret` (branch target identification and pointer authentication) \| `off` (disabled).

The default setting enables the available features of the device. For example `fpu: dp` is selected for devices that offer double precision floating point hardware.

Expand Down

0 comments on commit 2f97729

Please sign in to comment.