Commit 9cfde34
committed
Fix armv7l BLAS interface autodetection
On armv7l, it turns out that the high bits of an `int64_t` assigned the
value of a function that is actually an `int32_t` can be undefined.
This interfered with the interface autodetection, so let's mask them
off.1 parent af7615a commit 9cfde34
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
57 | 63 | | |
58 | 64 | | |
59 | 65 | | |
| |||
0 commit comments