mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
arch: x86_64: Check only XSAVE and rename __eanble_sse3 to __enable_sse_avx
This commit is contained in:
committed by
Brennan Ashton
parent
2936f72651
commit
8b86fae8d3
@@ -580,7 +580,7 @@ extern volatile struct gdt_entry_s *gdt64;
|
||||
int up_map_region(void *base, int size, int flags);
|
||||
void x86_64_check_and_enable_capability(void);
|
||||
|
||||
extern void __enable_sse3(void);
|
||||
extern void __enable_sse_avx(void);
|
||||
extern void __revoke_low_memory(void);
|
||||
extern void __enable_pcid(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user