forked from OSchip/llvm-project
builtins: add missed files from previous commits
This adds missed files in SVN r214033 for alignment and corrects a change from SVN r214034 for fixing compilation with GCC. llvm-svn: 214039
This commit is contained in:
parent
6381633c63
commit
24c68b26d8
|
@ -20,7 +20,7 @@
|
|||
#if defined(__APPLE__)
|
||||
.const
|
||||
#elif defined(__ELF__)
|
||||
.rodata
|
||||
.section .rodata
|
||||
#else
|
||||
.section .rdata,"rd"
|
||||
#endif
|
||||
|
|
|
@ -24,11 +24,16 @@
|
|||
#else
|
||||
.section .rdata,"rd"
|
||||
#endif
|
||||
.balign 4
|
||||
|
||||
.balign 16
|
||||
twop52:
|
||||
.quad 0x4330000000000000
|
||||
|
||||
.balign 16
|
||||
twop84_plus_twop52:
|
||||
.quad 0x4530000000100000
|
||||
|
||||
.balign 16
|
||||
twop84:
|
||||
.quad 0x4530000000000000
|
||||
|
||||
|
|
|
@ -14,6 +14,8 @@
|
|||
#else
|
||||
.section .rdata,"rd"
|
||||
#endif
|
||||
|
||||
.balign 16
|
||||
two:
|
||||
.single 2.0
|
||||
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
#else
|
||||
.section .rdata,"rd"
|
||||
#endif
|
||||
.balign 4
|
||||
|
||||
.balign 16
|
||||
twop64:
|
||||
.quad 0x43f0000000000000
|
||||
|
||||
|
|
Loading…
Reference in New Issue