Displaying 2 results from an estimated 2 matches for "mac16".
Did you mean:
mac1
2019 Mar 06
6
[RFC] Tensilica Xtensa (ESP32) backend
...s options.
With LLVM community approval, my next plans will be
- rebasing on the upstream version of LLVM.
- object code generation (XtensaMC package)
- implement test cases
- support for LX106 target (ESP8266)
- improvements of generated code performance
- support for zero-overhead loop option
- MAC16 option
There were some discussions about implementation of the Xtensa backend
and attempt to implement it:
http://lists.llvm.org/pipermail/llvm-dev/2018-July/124789.html
http://lists.llvm.org/pipermail/llvm-dev/2018-April/122676.html
Also there were attempts to implement a LLVM Xtensa backend, b...
2019 Mar 07
4
[RFC] Tensilica Xtensa (ESP32) backend
...;
> - rebasing on the upstream version of LLVM.
> - object code generation (XtensaMC package)
> - implement test cases
> - support for LX106 target (ESP8266)
> - improvements of generated code performance
> - support for zero-overhead loop option
> - MAC16 option
>
> There were some discussions about implementation of the Xtensa
> backend and attempt to implement it:
> http://lists.llvm.org/pipermail/llvm-dev/2018-July/124789.html
> http://lists.llvm.org/pipermail/llvm-dev/2018-April/122676.html
>
> Also there...