Commit 315c4ef
committed
mld_sys_cap: Unconditionally define all sys_cap enum entries
- This commit include the change from mlkem-native:
pq-code-package/mlkem-native#1319
- The CBMC proofs for the 3 native aarch64 versions of
Keccak using SHA-3 instructions are failing as the MLD_SYS_CAP_SHA3
symbol is not defined on an x86 system.
- This commit fixes this by defining the mld_sys_cap entries unconditional.
- We include same fix here to prevent similar issue.
Signed-off-by: willieyz <willie.zhao@chelpis.com>1 parent 0957364 commit 315c4ef
1 file changed
+3
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
220 | | - | |
221 | | - | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
222 | 222 | | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | 223 | | |
229 | 224 | | |
230 | 225 | | |
| |||
0 commit comments