mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Update instructions.h (#2647)
Fix copy-paste-error. With RP2350's Hazard3 should never show up, but anyway.
This commit is contained in:
parent
d581553414
commit
4e1371f5fa
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ extern "C" {
|
||||||
__h3_bextmi_rd; \
|
__h3_bextmi_rd; \
|
||||||
})
|
})
|
||||||
#else
|
#else
|
||||||
#define __hazard3_bextm(nbits, rs1, rs2) (((rs1) >> ((shamt) & 0x1f)) & (0xffu >> (7 - (((nbits) - 1) & 0x7))))
|
#define __hazard3_bextmi(nbits, rs1, rs2) (((rs1) >> ((shamt) & 0x1f)) & (0xffu >> (7 - (((nbits) - 1) & 0x7))))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __hazard3_extension_xh3power
|
#ifdef __hazard3_extension_xh3power
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue