Enable Nuttx spec test option and register aot symbols (#1687)
Enable spec test option on Nuttx platform. Register sqrt/sqrtf in aot global symbol map and _fixdfdi/__floatundidf in xtensa symbol map.
This commit is contained in:
committed by
GitHub
parent
328fd59f43
commit
f59ffa0d63
@ -124,6 +124,8 @@ typedef struct {
|
||||
{ "memset", (void*)aot_memset }, \
|
||||
{ "memmove", (void*)aot_memmove }, \
|
||||
{ "memcpy", (void*)aot_memmove }, \
|
||||
{ "sqrt", (void*)aot_sqrt }, \
|
||||
{ "sqrtf", (void*)aot_sqrtf }, \
|
||||
REG_SYM(fmin), \
|
||||
REG_SYM(fminf), \
|
||||
REG_SYM(fmax), \
|
||||
|
||||
Reference in New Issue
Block a user