Commit 71ab2e5
Fix simdlib (#2448)
Summary:
- fix type of an argument of the `simd8uint32` constructor on `simdlib_emulated`
- fix `blendv` on aarch64, which returns completely inverted results
- remove unused `#include <faiss/utils/simdlib.h>`
Pull Request resolved: #2448
Reviewed By: alexanderguzhva
Differential Revision: D39259465
Pulled By: mdouze
fbshipit-source-id: 646ee490269f9d71ff48a22e33c1250e115c02c21 parent 8f5adc8 commit 71ab2e5
File tree
4 files changed
+3
-5
lines changed- faiss
- impl
- utils
4 files changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | | - | |
| 441 | + | |
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
646 | 646 | | |
647 | 647 | | |
648 | 648 | | |
649 | | - | |
650 | | - | |
| 649 | + | |
| 650 | + | |
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
| |||
0 commit comments