fujitsu / xbyak_aarch64

Apache License 2.0
186 stars 39 forks source link

[win] clearCache uses FlushInstructionCache #73

Closed Wunkolo closed 1 year ago

Wunkolo commented 1 year ago

FlushInstructionCache is the Windows analog of sys_icache_invalidate and __builtin___clear_cache.

Some more info: https://devblogs.microsoft.com/oldnewthing/20190902-00/?p=102828

Wunkolo commented 1 year ago

Can confirm working on my ThinkPad x13s

cpu type=0000000000000000

# of CPU cores: 8
Data cache level: 3
L1D cache size: 393216
L2D cache size: 0
L1D cache sharing cores: 786432
L2 cache sharing cores: 6291456
herumi commented 1 year ago

Thank you for the nice patch. I've merged it.