mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Add an __LLVM,__asm section for clang builds on ARM
This commit is contained in:
parent
5e8b45c436
commit
a6fc80300f
1
AUTHORS
1
AUTHORS
@ -35,6 +35,7 @@ Authors, for copyright and licensing purposes.
|
|||||||
* Google Inc.
|
* Google Inc.
|
||||||
- Matt Sarett
|
- Matt Sarett
|
||||||
- Mike Klein
|
- Mike Klein
|
||||||
|
- Dan Field
|
||||||
|
|
||||||
The build projects, the build scripts, the test scripts, and other
|
The build projects, the build scripts, the test scripts, and other
|
||||||
files in the "projects", "scripts" and "tests" directories, have other
|
files in the "projects", "scripts" and "tests" directories, have other
|
||||||
|
@ -20,6 +20,10 @@
|
|||||||
.section .note.GNU-stack,"",%progbits /* mark stack as non-executable */
|
.section .note.GNU-stack,"",%progbits /* mark stack as non-executable */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __clang__
|
||||||
|
.section __LLVM,__asm
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef PNG_READ_SUPPORTED
|
#ifdef PNG_READ_SUPPORTED
|
||||||
|
|
||||||
/* Assembler NEON support - only works for 32-bit ARM (i.e. it does not work for
|
/* Assembler NEON support - only works for 32-bit ARM (i.e. it does not work for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user