| // Copyright 2020 Google LLC |
| // This source code is licensed under the BSD-style license found in the |
| // LICENSE file in the root directory of this source tree. |
| $ABC = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ" |
| #include <xnnpack/vunary.h> |
| #include <xnnpack/common.h> |
| #include <xnnpack/math.h> |
| void xnn_f32_vrelu_ukernel__wasm_x${BATCH_TILE}( |
| const union xnn_f32_relu_params params[restrict XNN_MIN_ELEMENTS(1)]) |
| assert(n % sizeof(float) == 0); |
| const float vzero = 0.0f; |
| for (; n >= ${BATCH_TILE} * sizeof(float); n -= ${BATCH_TILE} * sizeof(float)) { |
| $for N in range(BATCH_TILE): |
| float vacc${ABC[N]} = x[${N}]; |
| $for N in range(BATCH_TILE): |
| vacc${ABC[N]} = __builtin_wasm_max_f32(vacc${ABC[N]}, vzero); |
| $for N in range(BATCH_TILE): |
| if XNN_UNLIKELY(n != 0) { |
| vacc = __builtin_wasm_max_f32(vacc, vzero); |
| vacc = __builtin_wasm_max_f32(vacc, vzero); |
| for (; n >= sizeof(float); n -= sizeof(float)) { |
| vacc = __builtin_wasm_max_f32(vacc, vzero); |