mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-08 07:28:09 +01:00
rsqrt_test: Fix on GCC
This commit is contained in:
parent
6759942b56
commit
6404f58d23
2 changed files with 4 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
.global _rsqrt_fallback
|
||||
|
||||
.text
|
||||
.intel_syntax
|
||||
.intel_syntax noprefix
|
||||
|
||||
.align 16
|
||||
min_pos_denorm:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue