Commit f5c4eb7
authored
jit: disable ASAN for arm64 SIMD helper (#306)
While it would be ideal to disable only the expected buffer over
reads or let users add the generated functions to an exception list,
this will at least prevent the unexpected crash that ASAN would
trigger otherwise by default.1 parent b43e745 commit f5c4eb7
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
85 | 90 | | |
86 | 91 | | |
87 | 92 | | |
| |||
0 commit comments