Commit Graph

2 Commits

Author SHA1 Message Date
kobalicek
5134d396bd [abi] Improved ujit integration
* Do not mark UniCompiler emit functions noexcept to make the
    signatures compatible with BackendCompiler
  * Added more functions that wrap BackendCompiler functionality
  * Simplified the way of creating functions to make it more
    compatible with how BackendCompiler creates and finishes
    functions
2025-10-12 21:50:05 +02:00
kobalicek
cdc4eacbb1 [abi] Added more functionality to ujit
* Renamed round to round_even
  * Added round_half_up intrinsic
  * Added floating-point mod
  * Added a scalar version of floating-point abs and neg
  * Added a behavior enum to specify how float to int conversion
    handles out-of-range and NaN cases
  * Updated some APX stuff in instruction database
2025-10-05 17:31:24 +02:00