Julian

Results 21 comments of Julian

I would suggest keeping versioned releases installed (OSACA usually does not release new versions every other day, but more like every other month), but in addition to that use `pip...

If I were to be fine with a truncating integer division (since I only expect positive integers), would it be possible to access it?

None I am aware of from reading through the high level changelog.

@seibert running on either Skylake or Ryzen, the code fails as long as cpu target is set to `zenver1` and works correctly with `skylake-avx512` (the assembly looks the same). @stuartarchibald...

@stuartarchibald I am currently unable to reproduce it using clang, but I am also not sure if `-mtune=xenver1` is equivilent to the cpu string mentioned above. I used the following...

That prints the assembly which I get when compiling for skylake (and works).

I also realized that in the original posting, the two assembly codes differ in the same way as with `-01` vs `-O2/3`. I must have overlooked that.

Thanks! I gladly take PRs and would love a CI setup, but am currently too busy to build it myself. If you are up for it, please go ahead :)