Skip to content

Commit

Permalink
fix path for x86 benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Jan 8, 2025
1 parent 0aa0835 commit cfd8d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constantine/platforms/metering/benchmarking.nim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# at your option. This file may not be copied, modified, or distributed except according to those terms.

when defined(amd64): # TODO defined(i386) but it seems like RDTSC call is misconfigured
from ../x86/cpudetect_x86 import cpuName_x86
from ../isa_x86/cpudetect_x86 import cpuName_x86

const SupportsCPUName* = true
const SupportsGetTicks* = true
Expand Down

0 comments on commit cfd8d6e

Please sign in to comment.