orcarm.c: Implement orc_arm_flush_cache on Windows
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 22 Sep 2021 07:40:38 +0000 (15:40 +0800)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 31 Oct 2022 10:47:33 +0000 (10:47 +0000)
commitf74375fdecdb59ef5aaf9c3812f0fbfb1aecacec
tree46cf0e2ae429ccbe4c7ef60116639d9edc3ffc6a
parentd89d0f7f26c1a39c5067e7ee9f46b72e51aec1d5
orcarm.c: Implement orc_arm_flush_cache on Windows

Use the Windows API FlushInstructionCache() to flush the CPU cache on ARM64
Windows.  As a consequence, include windows.h with WIN32_LEAN_AND_MEAN defined.
orc/orcarm.c