mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Add AArch64 support to fdlibm
Endianness was not properly set/detected for AArch64. Once that is fixed, the platform is well-supported. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
parent
d501c92f96
commit
45c89fef28
2
third-party/fdlibm/include/fdlibm.h
vendored
2
third-party/fdlibm/include/fdlibm.h
vendored
@ -17,7 +17,7 @@
|
||||
defined (i486) || defined (__i486) || defined (__i486__) || \
|
||||
defined (intel) || defined (x86) || defined (i86pc) || \
|
||||
defined (__alpha) || defined (__osf__) || \
|
||||
defined (__x86_64__) || defined (__arm__))
|
||||
defined (__x86_64__) || defined (__arm__) || defined (__aarch64__))
|
||||
#define __LITTLE_ENDIAN
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user