Commit 6053348
fix get_compile_options bug (#3785)
Summary:
Pull Request resolved: #3785
Right now when avx512 is turned on, we will only return AVX2 in options. My understanding is turning on avx512 sets both the macros `__AVX2__` and `__AVX512F__`: https://fburl.com/vgh7jg9p
Reviewed By: asadoughi
Differential Revision: D61674490
fbshipit-source-id: 47292025b4eb5ef5907c4fbb0bbf39259129f6ee1 parent 5c87f13 commit 6053348
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
0 commit comments