prog8/compiler
Irmen de Jong 06368ab0a1 sqrt() now works on multiple data types including float.
no need to use floats.sqrtf() anymore
2023-05-02 01:19:53 +02:00
..
res sqrt() now works on multiple data types including float. 2023-05-02 01:19:53 +02:00
src/prog8 sqrt() now works on multiple data types including float. 2023-05-02 01:19:53 +02:00
test abs() now works on multiple data types including float. 2023-05-02 01:19:53 +02:00
build.gradle 3rd party library versions upgrades 2023-03-26 21:36:21 +02:00
compiler.iml fixed silly if-goto expression code in IR codegen where it used too many branching instructions 2022-12-12 22:47:15 +01:00