vtorri

Results 124 comments of vtorri

@kostya did you try to add some optimization flags, like -march and -mtune ?

anyway, i would like to see the differences :)

Normally, this library has been released with a major version too early. The conventional naming scheme is : * first release : 0.0.0 (in the form major_version.minor_version.micro_version) * before a...

any news on this ?

First CFLAGS: -Os -fomit-frame-pointer -O2 -Wall -pedantic -pipe -std=c99 -fPIC CXXFLAGS: -Os -fomit-frame-pointer -O2 -Os and -O2 : too much -O -s removes the debug symbols -fomit-frame-pointer removes the debug...

fixed in f78290f7b289340b5b207a6df20f175035c2629e it remains the asm code

i can't remember if lexbor is thread safe or not, but @lexborisov decided to remove thread support.

because of the situation between Russia and Ukraine, it seems that @lexborisov has no time (or doesn't want) to develop on lexbor for now.

Let's see if @lexborisov will update the code soon

maybe find_package(m) should be used (no libm on Windows)