Stéphane Durand

Results 7 comments of Stéphane Durand

Ok.Thank you @ralfbrown. Very interesting. I'll have a look at this intrinsic.

@ralfbrown , you were right. Just modified `src/develop/imageop.h` like follow : ``` #if defined(__aarch64__) #include #endif ``` (...) ``` static inline void copy_pixel_nontemporal( float *const __restrict__ out, const float *const...

Happy to help ! I will look for fences this weekend. I think there is something in NEON.

Thank you @kmilos. I test this tonight. It must be good with '-march=native' and my -march not necessary : https://gcc.gnu.org/onlinedocs/gcc-6.1.0/gcc/AArch64-Options.html#aarch64%2dfeature%2dmodifiers 3.18.1.1 -march and -mcpu Feature Modifiers (...) **‘fp’** Enable floating-point...

Thank you @kmilos. DT compile with initial `set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${MARCH} ${DT_REQ_INSTRUCTIONS} -g")` and benchmark runs and DT open my RAF/XMP. I'd like to have an Apple M2 or M3 to...

Thank you. I'll have a look. I discover a lot of things then I am not very fast. After Christmas... 😉

Hi, I have been out for personal reasons for a few week. I manage to rebase my little code on last dev version and make a little doc to test...