Skip to content

Commit 489fb9e

Browse files
committed
wip: test armasm64
Signed-off-by: willieyz <[email protected]>
1 parent 84fb20f commit 489fb9e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/base.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,15 @@ jobs:
194194
- name: Check MSVC arm64
195195
shell: powershell
196196
run: |
197-
where cl ; where armasm64
197+
where cl ; where cl64; where armasm64
198198
cl
199+
ml64
199200
armasm64 -h
201+
- name: test compiler(armasm64)
202+
shell: powershell
203+
run: |
204+
armasm64 mlkem/src/native/aarch64/src/poly_reduce_asm_testing.S poly_reduce_asm_testing.obj
205+
dir
200206
quickcheck-windows-mingw-w64:
201207
strategy:
202208
fail-fast: false
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.text
2+
.balign 4
3+
.global poly_reduce
4+
poly_reduce:
5+
ret

0 commit comments

Comments
 (0)