Displaying 3 results from an estimated 3 matches for "microsbenchmark".
Did you mean:
microbenchmark
2016 Feb 03
2
[PATCH] Fix compilation on OS/2
...l back yes, but not as replacement on platforms with clock_gettime().
>
>> Perhaps simpler just to
>> disable the microbench test on OS/2 as gettimeofday() would require a
>> configure test and OS/2 is a minor platform?
>
>
> I would accept a patch that disables the microsbenchmark on OS/2 I would
> also accept one that uses gettimeofday() when clock_gettime() is not
> available.
Here's one attempt, added configure options to disable AVX and clock_gettime, only tested on OS/2.
With this compilation succeeds on OS/2. Make check does eventually fail with,
...
WAVE fi...
2016 Feb 08
0
[PATCH] Fix compilation on OS/2
...on platforms with clock_gettime().
> >
> >> Perhaps simpler just to
> >> disable the microbench test on OS/2 as gettimeofday() would require a
> >> configure test and OS/2 is a minor platform?
> >
> >
> > I would accept a patch that disables the microsbenchmark on OS/2 I would
> > also accept one that uses gettimeofday() when clock_gettime() is not
> > available.
I'm happy with the first patch (making AVX and AVX2 a configure option) and
I've committed and pushed it to the repo.
The configure stuff in the second seems overly complex....
2016 Jan 08
8
Lets do a 1.3.2 release
HI all,
I think its time for a new release. The current code base is stable
and I've been building it for x86_64/linux, powerpc/linux, armhf/linux,
x86_64/darwin in a Jenkins build bot. I'm pretty sure others have been
building regularly on their platforms of interest.
I made a first pass on an update to the changelog.html. I' also putting
toether a release checklist that I will add