Alex

Results 32 comments of Alex

Do I need to rebuild compiler and vc4cl if stdlib updated? or just reinstall stdlib (including pch) ?

Ok..so no compiler rebuild if pch is built as separated package like here https://github.com/alexzk1/vc4_stdlib_arch/blob/master/PKGBUILD ? Btw, building VC4C gives many such warnings, is it ok ? (gcc 8) usr/include/c++/8.1.0/bits/stl_vector.h: In...

fmod(float16, float16) is still broken - pi hangs. And maybe something else, replaced fmod by equivalent, but...on next run it was ok, and next-next run hanged again... Got some error...

![img_2908](https://user-images.githubusercontent.com/4589845/42704499-af6f2f36-86d8-11e8-94c6-0cc04ce335e4.JPG) No kernel panic, but that red dots around... maybe because connected monitor? And hang. I'm trying to do chained kernels calls (from C++) with preserving __global buffer between calls...

Seems something wrong with optimizations, changed code to > float16 delta = fabs(angle - pi2); > > atest = isless(delta, pi8); //90 not sure why, but this works better 90...

holdon...why it says "myfabs", I have removed that func and it's not on disk at all in sources. Ok, found..."myfabs" - that what I left (not deleted)...variant with "delta" variable...

Did such macro, hanged immediately without any 1 success step > #define Z1 ((float16)(a, b.s0123, b.s456789ab, b.scde)) > #define Z2 (b) > #define Z3 ((float16) (b.s123, b.s4567, b.s89abcdef, c)) >...

Okey, this seems working - function calls without macroses as parameters, code is wrong, but works, so how is it possible? >: ``` p1 = myselectf16(p1, p2, atest); p2 =...

> One theory: There is something wrong with vector shuffling (putting together vector from pieces of other vector), which you do in the macros. Yes, possibly. Assignign like float16 z1...

Why ? Just do same linux so and load from java. Auto generate bridge using "javacpp" tool + annotation on java classes. I assume trickery will be about permissions as...