ARMv8 NEON: Support Windows builds w/AArch64 MinGW
Based on:
c5ef665928
Closes #438
This commit is contained in:
@@ -20,6 +20,9 @@ with `jpeg_skip_scanlines()`, and the issues could not readily be fixed.
|
|||||||
- Fixed an issue whereby `jpeg_skip_scanlines()` always returned 0 when
|
- Fixed an issue whereby `jpeg_skip_scanlines()` always returned 0 when
|
||||||
skipping past the end of an image.
|
skipping past the end of an image.
|
||||||
|
|
||||||
|
3. The ARM 64-bit (ARMv8) NEON SIMD extensions can now be built using MinGW
|
||||||
|
toolchains targetting ARM64 (AArch64) Windows binaries.
|
||||||
|
|
||||||
|
|
||||||
2.0.5
|
2.0.5
|
||||||
=====
|
=====
|
||||||
|
|||||||
@@ -33,6 +33,8 @@
|
|||||||
|
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
.section __DATA, __const
|
.section __DATA, __const
|
||||||
|
#elif defined(_WIN32)
|
||||||
|
.section .rdata
|
||||||
#else
|
#else
|
||||||
.section .rodata, "a", %progbits
|
.section .rodata, "a", %progbits
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user