Skip to content

Releases: SupTan85/int

186-6 beta

26 Nov 14:14

Choose a tag to compare

s

This is 6th update for module version 186

include

and this is most stable version, for now...

186-5 beta

11 Nov 13:11
e48b497

Choose a tag to compare

most stable version, for now...

include:

  • Delete .lh directory
  • disable debug warning & update example.lua file
  • fix issue on Lua51 & add tools
    • add testsuite
    • add benchmark
    • fix some issue when using Lua51
    • remove example.lua
  • Update README.md
  • fix issue on pow (^) function
    • patch function int.pow
  • Update document
  • update for october
    • fix issue on convert function
    • fix issue on pow function
    • rewrite sign function
    • add "EQMatch" for pow function
    • optimize pow function for large data
    • optimize fact function
  • Update for November 1 - 5
    • change "block" to "chunk" to make easier to understand.
    • fix issue on Lua51 and 52.
    • prepare support for Lua55.
    • option <MASTER_CALCULATE_DIV_BYPASS_GEN_FLOATING_POINT> can turn-off it self when runtime is unstable or current Lua are not support.
    • fix issue on calculate function
    • add auto detect maximum chunk size
    • remove MAXIMUM_DIGIT_PERTABLE
    • fix issue on MUL function
    • fix issue on DIV function
    • fix issue option <MASTER_CALCULATE_DIV_BYPASS_GEN_FLOATING_POINT> on Lua 5.5
    • update testsuite for check accuracy
    • optimize POW function
    • testsuite now save log
    • benchmark now save log and can peek some result
    • update testsuite for check loss
    • make sure option <MASTER_CALCULATE_DIV_BYPASS_GEN_FLOATING_POINT> will not have issue on Lua5.5 again
    • now Lua5.1 can set chunk size to 8

186-4 beta

09 Dec 14:32

Choose a tag to compare

186-4 beta Pre-release
Pre-release
186 - 4 (beta)

build 4
- use new check type function

186-3 beta

18 Oct 19:14

Choose a tag to compare

186-3 beta Pre-release
Pre-release
186 - 3 (beta)

build 3
- more stable
- change function name
- patch bug