A few minor further i386 removals

This commit is contained in:
starfrost013
2025-09-14 11:01:34 +01:00
parent 3e3303272e
commit 02b0960148
4 changed files with 6 additions and 10 deletions

View File

@@ -50,7 +50,7 @@ rotr32c(uint32_t x, uint32_t n)
static __inline unsigned long long
rdtsc(void)
{
#if defined(__i386__) || defined(__x86_64__)
#if defined(__x86_64__)
unsigned int hi;
unsigned int lo;
# ifdef _MSC_VER