Skip to content

esp-18.1.2_20240829

Compare
Choose a tag to compare
@gerekon gerekon released this 29 Aug 18:51
· 6 commits to xtensa_release_18.1.2 since this release

Changes since esp-18.1.2_20240815:

Fixes:

  • [RISCV] Fixed registers class for esp32p4 HW loop instructions. Removed unnecessary registers operands limits for HW loop instructions.
  • [Toolchain][Espressif] Added 'xesppie' multilib variant mapping for esp32p4. Fixed warning: no multilib found matching flags when xesppie extension is enabled.
  • [RISCV][ESP32P4] Don't yet consider v16i8 and v4i32 legal. W/o this fix Clang crashed when tried to select instruction for v16i8 and v4i32 types.