Re:[PATCH V5] VECT: Support floating-point in-order reduction for length loop control

2023-07-24 Thread Lehua Ding
Commited V5 to the trunk, thanks Richard. Best, Lehua

[PATCH V5] VECT: Support floating-point in-order reduction for length loop control

2023-07-22 Thread Lehua Ding
From: Ju-Zhe Zhong PS: Submitted on behalf of Juzhe Zhong Hi, Richard and Richi. This patch support floating-point in-order reduction for loop length control. Consider this following case: float foo (float *__restrict a, int n) { float result = 1.0; for (int i = 0; i < n; i++) result