Disable MSan and TSan in most microkernels with Out-of-Bounds reads

PiperOrigin-RevId: 416222214
diff --git a/src/f32-vlrelu/wasmsimd-bitselect.c.in b/src/f32-vlrelu/wasmsimd-bitselect.c.in
index 0c94260..674ca0e 100644
--- a/src/f32-vlrelu/wasmsimd-bitselect.c.in
+++ b/src/f32-vlrelu/wasmsimd-bitselect.c.in
@@ -18,7 +18,7 @@
     size_t n,
     const float* x,
     float* y,
-    const union xnn_f32_lrelu_params params[restrict XNN_MIN_ELEMENTS(1)]) XNN_DISABLE_TSAN
+    const union xnn_f32_lrelu_params params[restrict XNN_MIN_ELEMENTS(1)]) XNN_OOB_READS
 {
   assert(n != 0);
   assert(n % sizeof(float) == 0);