diff options
Diffstat (limited to 'compiler-rt/lib/x86_64/floatundisf.S')
| -rw-r--r-- | compiler-rt/lib/x86_64/floatundisf.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler-rt/lib/x86_64/floatundisf.S b/compiler-rt/lib/x86_64/floatundisf.S index 76b54ebc00d..fe209632a38 100644 --- a/compiler-rt/lib/x86_64/floatundisf.S +++ b/compiler-rt/lib/x86_64/floatundisf.S @@ -7,7 +7,9 @@ #ifdef __x86_64__ +#ifndef __ELF__ .literal4 +#endif two: .single 2.0 #define REL_ADDR(_a) (_a)(%rip) @@ -28,4 +30,4 @@ DEFINE_COMPILERRT_FUNCTION(__floatundisf) mulss REL_ADDR(two), %xmm0 ret -#endif // __x86_64__
\ No newline at end of file +#endif // __x86_64__ |

