Skip to content

esp-16.0.0-20230516

Compare
Choose a tag to compare
@gerekon gerekon released this 16 May 08:15
· 1 commit to xtensa_release_16.x since this release

Changes (since esp-15.0.0-20230404):

Features:

  • Upgraded LLVM version to 16.0.0.
  • Added support for complier-rt library. Now toolchain is supplied with complier-rt library. complier-rt multilib feature is supported for RISCV and Xtensa targets.
  • Built newlib with -ffunction-sections and -fdata-sections flags.
  • [Xtensa] Implemented __ieee754_sqrtf builtin.

Bug Fixes:

  • [Xtensa] Fix i8/i16 ABI alignment. Fixes problem reported in #66.