Enable SIMD by default for wamrc and iwasm (#559)
Enable SIMD by default for wamrc on x86-64 target, for iwasm on platform Linux and Darwin. And update build wamr document, fix app manager compile warning. Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
This commit is contained in:
@ -125,7 +125,7 @@ bool watchdog_startup()
|
||||
return true;
|
||||
}
|
||||
|
||||
bool watchdog_destroy()
|
||||
void watchdog_destroy()
|
||||
{
|
||||
bh_queue_exit_loop_run(watchdog_queue);
|
||||
bh_queue_destroy(watchdog_queue);
|
||||
|
||||
@ -31,7 +31,7 @@ app_manager_get_watchdog_timer(void *timer);
|
||||
bool
|
||||
watchdog_startup();
|
||||
|
||||
bool
|
||||
void
|
||||
watchdog_destroy();
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user