HansKristian-Work / vkd3d-proton

Fork of VKD3D. Development branches for Proton's Direct3D 12 implementation.
GNU Lesser General Public License v2.1
1.86k stars 194 forks source link

vkd3d: Don't attempt to use rdtsc on ARM64EC #1935

Closed bylaws closed 6 months ago

bylaws commented 7 months ago

While __x86_64__ is defined when targeting ARM64EC, x86 intrinsics aren't available so fallback to vkd3d_get_current_time_ns.